moleKool
various solutions for molecular dynamics and related fields using Kotlin Multiplatform


Modules
Install
Gradle
To use this library in your Gradle project, add the following to your build.gradle(.kts) file:
dependencies {
// Various generators
implementation("io.github.nort3x:molekool-core:$molekoolVersion")
// Using Kool engine to visualize environments
implementation("io.github.nort3x:molekool-visual:$molekoolVersion")
// Basic bindings to various MD third-party tools (experimental)
implementation("io.github.nort3x:molekool-bind:$molekoolVersion")
}
Replace $molekoolVersion with the latest version of the library.
Maven
To use this library in your Maven project, add the following to your pom.xml file:
Replace VERSION with the latest version of the library.