Нема описа

Trey Del Bonis c352dc9620 sim: initial impl of partial tick clock пре 3 недеља
clientlib 1996c0d870 misc: broken physics пре 1 месец
contrib 09751ecfe9 contrib: added rebuild_play.sh пре 1 година
core f889a5d38f misc: moved `ChunkBitmap` to datamodel crate, added `ChunkSlotmap` type пре 3 месеци
datamodel 4a9484c5d1 misc: added world raycasting, reimplemented block interaction пре 3 месеци
dataparser 06e5e6af66 reorganized module hierarchy into various new crates пре 3 месеци
docs 01596eabef docs: added thread_comms.md пре 1 година
game 1996c0d870 misc: broken physics пре 1 месец
gdio 1996c0d870 misc: broken physics пре 1 месец
math 1996c0d870 misc: broken physics пре 1 месец
sim c352dc9620 sim: initial impl of partial tick clock пре 3 недеља
worldgen 06e5e6af66 reorganized module hierarchy into various new crates пре 3 месеци
.gitignore 652c1cf283 game: added base Godot game client пре 1 година
Cargo.toml 06e5e6af66 reorganized module hierarchy into various new crates пре 3 месеци
LICENSE.txt f3cc95eb95 initial commit пре 1 година
README.md 1f1f123b99 meta: added README.md пре 1 година

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