No description
Find a file
oxaliq 8f38a07c67 structure project
using ui layout to ensure pieces work together
2024-04-21 23:19:47 -04:00
.cargo init commit 2024-04-21 14:19:45 -04:00
app structure project 2024-04-21 23:19:47 -04:00
editor structure project 2024-04-21 23:19:47 -04:00
game structure project 2024-04-21 23:19:47 -04:00
.gitignore init commit 2024-04-21 14:19:45 -04:00
Cargo.lock structure project 2024-04-21 23:19:47 -04:00
Cargo.toml structure project 2024-04-21 23:19:47 -04:00
README.md structure project 2024-04-21 23:19:47 -04:00
rust-toolchain.toml init commit 2024-04-21 14:19:45 -04:00

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