Skip to content

Lightnet/dhcraftrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhcraftrs

License: CC BY-SA

Created By: Lightnet

Status:

  • Unstable

Code Language:

Engine:

Information:

Note this is prototype and work in progress testing. Files are subject to changes.

To build crafting and sandbox game base on minecraft. To play test how logic and module components work in Bevy Engine in Rust Langauge.

Required a lot knowlege to handle mesh render, loading, syncs and phyiscis. As well other things.

Notes:

  • Work in progress build and subject to change.
  • simple menu set up for next menu and load simple scene
  • modules, components, functions query is work in progress

Crates:

  • bevy
  • bevy_asset_loader (assets loading files)
  • bevy_rapier3d ( physics 3D )
  • bevy_mod_picking (ray casting)
  • ...
  • clap
  • bevy_console ( console gui )
  • bevy-inspector-egui ( gui )
  • bevy_egui ( gui )
  • bevy_flycam (camera control)
  • bevy_renet (network)
  • ...
  • moonshine-save
  • bevy_svg
  • bevy_pkv (config save and load)
  • bevy_transform_gizmo ( editor transform handler location, rotation and scale )

Run Tests:

cargo run (testing)
cargo run --bin game ( testing )
cargo run --bin launcher ( testing , N/A )
cargo run --bin testapp ( prototyping , N/A)
cargo run --bin physics3d ( prototyping , N/A)
cargo run --bin webgui ( prototyping http rest api , N/A)

Controls:

  • A,D = rotate camera
  • W,S = direction movement
  • mouse, click = interaction

Network Test ( N/A ):

cargo run --bin network -- server
cargo run --bin network -- client

https://github.com/lucaspoffo/renet/tree/master/bevy_renet

Cargo watch:

cargo install cargo-watch // install cargo watch for debug detect change for rerun application.

cargo watch -x run

Credits:

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published