An open API service indexing awesome lists of open source software.

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

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
```