Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jancvanb/roc-bevies
đĻ
đšī¸ Roc platforms for making games with Bevy
https://github.com/jancvanb/roc-bevies
bevy gamedev platform roclang rust
Last synced: about 1 month ago
JSON representation
đĻ đšī¸ Roc platforms for making games with Bevy
- Host: GitHub
- URL: https://github.com/jancvanb/roc-bevies
- Owner: JanCVanB
- License: upl-1.0
- Created: 2022-02-01T04:49:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T15:44:41.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T14:39:32.833Z (8 months ago)
- Topics: bevy, gamedev, platform, roclang, rust
- Language: Rust
- Homepage: https://roc-lang.org
- Size: 1.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roc platforms for making games with Bevy
[Roc](https://roc-lang.org/)
+
[Bevy](https://bevyengine.org/)
= <3![breakout gameplay recording gif](./examples/breakout.gif)
## How to example
1. Set up a Roc environment
```sh
nix-shell ./roc/shell.nix
```1. Build Roc
```sh
./scripts/for-roc/build.sh
```1. Build & run an example
```sh
./scripts/for-examples/build_and_run.sh breakout
```