Skip to content

genrwoody/oni_world_app

Repository files navigation

oniWorldApp

English | 简体中文

Introduction

Generate world for the game Oxygen Not Included.
You can try it on the website.

Build

Prerequisites: emsdk, cmake, python, node.js, yarn, the emsdk include python and node.js.

cmake --preset=wasm-release
cmake --build out/build/wasm-release
yarn install
yarn run build

or debug

cmake --preset=wasm-debug
cmake --build out/build/wasm-debug
yarn install
yarn run start

or x86 target

cmake --preset=x86-release
cmake --build out/build/x86-release
# run
./out/build/x86-release/src/oniWorldApp

License

This project is licensed under the MIT License.
Third party libraries and their licenses.
And Klei, Oxygen Not Included

About

Generate world for the game Oxygen Not Included.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published