gaiku-3d

Crates.iogaiku-3d
lib.rsgaiku-3d
version0.1.0
sourcesrc
created_at2019-12-09 18:41:56.511133
updated_at2019-12-09 18:41:56.511133
description3d agnostic framework (game engine) terrain engine.
homepagehttps://github.com/norman784/gaiku
repositoryhttps://github.com/norman784/gaiku
max_upload_size
id188015
size246,229
Norman Paniagua (norman784)

documentation

https://docs.rs/gaiku-3d

README

Gaiku 3d

Implementation of the 3d terrain engine.

File formats

  • Goxel
  • PNG

Bakers

  • Voxel
  • Marching cubes
  • Heightmap

TODO

  • Integrate Octree

  • Implement Four-triangles adaptive algorithms for RTIN terrain meshes

  • Implement Greedy meshing

  • Make Bakers and FileFormats configurable

  • Add Texture support

  • Add LOD support

  • Write benchmarks

  • Write tests

  • Integrate Rayon

  • Optimize the entire process, right now it suboptimal because the loops, need to figure it out a better way to do this.

Commit count: 116

cargo fmt