https://github.com/loicbourgois/gravitle
Space jelly ships and floating gems
https://github.com/loicbourgois/gravitle
game game-engine rust softbody
Last synced: about 1 year ago
JSON representation
Space jelly ships and floating gems
- Host: GitHub
- URL: https://github.com/loicbourgois/gravitle
- Owner: loicbourgois
- License: mit
- Created: 2019-05-01T17:07:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T12:06:21.000Z (about 2 years ago)
- Last Synced: 2024-11-05T19:44:08.806Z (over 1 year ago)
- Topics: game, game-engine, rust, softbody
- Language: Rust
- Homepage: http://gravitle.com
- Size: 3.09 MB
- Stars: 99
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE_MIT
Awesome Lists containing this project
README
# Gravitle
## Development
```sh
gravitle_dir="$HOME/github.com/loicbourgois/gravitle"
alias g="cargo run --release --manifest-path $gravitle_dir/cli/Cargo.toml -- "
g start front
```
## Release
```sh
g release front
```