that-has-no-name/README.md
oxaliq 8f38a07c67 structure project
using ui layout to ensure pieces work together
2024-04-21 23:19:47 -04:00

633 B

there is something inside me that has no name

original concept sketched out for QGJam, 2023 Oct -- beginning of godot implementation

building with bevy

developing

this project is structured with two binaries:

  • an app entrypoint in which to run the game
  • an editor entrypoint in which to edit assets to be included in the game and one library:
  • a game lib that contains most of the game logic, data and assets

running

cargo run # launches from "app" binary
cargo run --bin editor # launches from "editor" binary