
Object model representing Oxygen Not Included game maps, enabling parsing, querying and manipulation of map data for seed browsing, analysis and visualization; available as snapshot artifacts.
This is the object model for https://github.com/StefanOltmann/oni-seed-browser as a KMP library.
It's a representation of a game map of the game Oxygen Not Included.
It's available on Maven Central Snapshot Repository.
Add the snapshot repository to your build.gradle.kts file:
repositories {
mavenCentral()
maven(url = "https://central.sonatype.com/repository/maven-snapshots/")
}
Then add this to the dependencies (where d35090d is to be replaced with the latest commit hash):
implementation("de.stefan-oltmann:oni-seed-browser-model:d35090d-SNAPSHOT")
Contributions to this project are welcome! If you encounter any issues, have suggestions for improvements, or would like to contribute new features, please feel free to submit a pull request.
ONI Seed Browser is licensed under the GNU Affero General Public License (AGPL), ensuring the community's freedom to use, modify, and distribute the software.
This is the object model for https://github.com/StefanOltmann/oni-seed-browser as a KMP library.
It's a representation of a game map of the game Oxygen Not Included.
It's available on Maven Central Snapshot Repository.
Add the snapshot repository to your build.gradle.kts file:
repositories {
mavenCentral()
maven(url = "https://central.sonatype.com/repository/maven-snapshots/")
}
Then add this to the dependencies (where d35090d is to be replaced with the latest commit hash):
implementation("de.stefan-oltmann:oni-seed-browser-model:d35090d-SNAPSHOT")
Contributions to this project are welcome! If you encounter any issues, have suggestions for improvements, or would like to contribute new features, please feel free to submit a pull request.
ONI Seed Browser is licensed under the GNU Affero General Public License (AGPL), ensuring the community's freedom to use, modify, and distribute the software.