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

https://github.com/jakobhellermann/bevy-unofficial-playground-experiments

:eyes:
https://github.com/jakobhellermann/bevy-unofficial-playground-experiments

Last synced: 8 months ago
JSON representation

:eyes:

Awesome Lists containing this project

README

          

![demo of the website](./docs/bevy-playground.mp4)

### Building

```sh
cd bevy-builder
podman build . --tag bevy-builder
```

```sh
npm install -g parcel@next
cd bevy-playground-website
parcel build index.html
```

```sh
cd bevy-playground-server
cargo run --release
```