Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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