A version of kt-starbound that avoids dependencies on the JVM in the core module.
Find a file
2017-08-23 13:05:34 -07:00
gradle/wrapper Add a Gradle wrapper. 2017-08-18 19:39:01 -07:00
kt-starbound-jvm Switch project to the Gradle build system. 2017-08-18 19:39:55 -07:00
kt-starbound-universal Remove searching for dungeon id map, which seems to be missing in 1.3 2017-08-23 13:05:34 -07:00
.gitignore Modify .gitignore to clean up git status. 2017-08-18 19:48:29 -07:00
build.gradle Remove the Kotlin plugin from root project. 2017-08-18 19:46:23 -07:00
gradlew Add a Gradle wrapper. 2017-08-18 19:39:01 -07:00
gradlew.bat Add a Gradle wrapper. 2017-08-18 19:39:01 -07:00
README.md Create README.md 2017-08-18 19:53:18 -07:00
settings.gradle Switch project to the Gradle build system. 2017-08-18 19:39:55 -07:00

kt-starbound-universal

Highly Experimental!

This is another attempt to make a Kotlin Starbound library. This differs from the usual kt-starbound in that it attempts to avoid having dependencies on the JVM in as much of main functionality as possible, thus hypothetically allowing it to be compiled to other Kotlin backends, such as JavaScript. In practice, this is not yet achieved.