Keine Beschreibung

Trey Del Bonis 78cb1147b9 game: removed old debug platform that no longer makes sense vor 2 Wochen
clientlib 4a9484c5d1 misc: added world raycasting, reimplemented block interaction vor 2 Wochen
contrib 09751ecfe9 contrib: added rebuild_play.sh vor 11 Monaten
core f889a5d38f misc: moved `ChunkBitmap` to datamodel crate, added `ChunkSlotmap` type vor 3 Wochen
datamodel 4a9484c5d1 misc: added world raycasting, reimplemented block interaction vor 2 Wochen
dataparser 06e5e6af66 reorganized module hierarchy into various new crates vor 3 Wochen
docs 01596eabef docs: added thread_comms.md vor 1 Jahr
game 78cb1147b9 game: removed old debug platform that no longer makes sense vor 2 Wochen
gdio 4a9484c5d1 misc: added world raycasting, reimplemented block interaction vor 2 Wochen
math 4a9484c5d1 misc: added world raycasting, reimplemented block interaction vor 2 Wochen
sim 4a9484c5d1 misc: added world raycasting, reimplemented block interaction vor 2 Wochen
worldgen 06e5e6af66 reorganized module hierarchy into various new crates vor 3 Wochen
.gitignore 652c1cf283 game: added base Godot game client vor 1 Jahr
Cargo.toml 06e5e6af66 reorganized module hierarchy into various new crates vor 3 Wochen
LICENSE.txt f3cc95eb95 initial commit vor 1 Jahr
README.md 1f1f123b99 meta: added README.md vor 1 Jahr

README.md

craftdig

blockgame engine clone, actor based massively parallel tick loop supporting rollback netplay, using godot as the rendering/user layer

early development pre-alpha, nothing to show yet

project structure

  • core - core engine types and impl
  • gdio - godot input/output, compiled as library for use in godot