3d agnostic framework (game engine) terrain engine. The purpose of the Gaiku is to provide a
foundation to build your games easily without worrying about implementing your own terrain engine.
The main crate is developed game engine agnostic, so we can help to reach more developers.
General features:
Baker
documentation.To run the examples go to the folder gaiku-3d
and run with:
cargo run --example heightmap
cargo run --example marching_cubes
cargo run --example voxel
Then go to the gaiku-3d/output
folder and see the exported .obj
files.
Heightmap
Voxel and Marching cubes
Planet
Terrain
Tree
Benchmark results run on GitHub Action is gathered to this page continuously:
https://norman784.github.io/gaiku/dev/bench
Licensed under either of
at your option.