Ei kuvausta

Trey Del Bonis 2740547405 misc: connected up new world scene types to move entities around and handle input with new design 2 kuukautta sitten
clientlib 2740547405 misc: connected up new world scene types to move entities around and handle input with new design 2 kuukautta sitten
contrib 09751ecfe9 contrib: added rebuild_play.sh 1 vuosi sitten
core f889a5d38f misc: moved `ChunkBitmap` to datamodel crate, added `ChunkSlotmap` type 5 kuukautta sitten
datamodel 2740547405 misc: connected up new world scene types to move entities around and handle input with new design 2 kuukautta sitten
dataparser 06e5e6af66 reorganized module hierarchy into various new crates 5 kuukautta sitten
docs 01596eabef docs: added thread_comms.md 1 vuosi sitten
game 1996c0d870 misc: broken physics 3 kuukautta sitten
gdio 2740547405 misc: connected up new world scene types to move entities around and handle input with new design 2 kuukautta sitten
math 0bf0a363aa misc: did a ton of refactoring to move towards a tick interpolation scheme 2 kuukautta sitten
sim 2740547405 misc: connected up new world scene types to move entities around and handle input with new design 2 kuukautta sitten
worldgen 06e5e6af66 reorganized module hierarchy into various new crates 5 kuukautta sitten
.gitignore 652c1cf283 game: added base Godot game client 1 vuosi sitten
Cargo.toml 06e5e6af66 reorganized module hierarchy into various new crates 5 kuukautta sitten
LICENSE.txt f3cc95eb95 initial commit 2 vuotta sitten
README.md 1f1f123b99 meta: added README.md 1 vuosi sitten

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