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:
- Host: GitHub
- URL: https://github.com/jakobhellermann/bevy-unofficial-playground-experiments
- Owner: jakobhellermann
- Created: 2021-08-29T13:25:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T18:40:01.000Z (over 4 years ago)
- Last Synced: 2025-05-13T14:23:37.947Z (about 1 year ago)
- Language: Rust
- Size: 306 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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