/NekoVoxel

Trying to make a minetest fork with 32bit address space and 1/4 width nodes

Primary LanguageC++OtherNOASSERTION

NekoVoxel

Trying to make a minetest fork with 32bit address space and 1/4 width nodes

TODO:

  • 32-bit data types
  • compiles
  • replace some float usages to double: float can't represent 32bit int
  • compiles again with double changes
  • pass unit test
  • fix network protocol
  • entering devtest world
  • client rendering for 1/4 width nodes
  • patch minetest_game