https://github.com/manevillef/wireworld-rs
A WireWorld cellular automaton playground
https://github.com/manevillef/wireworld-rs
Last synced: 6 months ago
JSON representation
A WireWorld cellular automaton playground
- Host: GitHub
- URL: https://github.com/manevillef/wireworld-rs
- Owner: ManevilleF
- License: apache-2.0
- Created: 2021-10-05T08:02:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T18:19:45.000Z (9 months ago)
- Last Synced: 2025-04-06T18:56:36.262Z (6 months ago)
- Language: Rust
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wireworld
This project is a [wireworld](https://www.quinapalus.com/wi-index.html) implementation
using [bevy engine](https://github.com/bevyengine/bevy)The objective is to make an interactive example for [bevy_life](https://github.com/ManevilleF/bevy_life)
## Inputs
| Binding | Actiom |
|---------------|-----------|
| Left Click | Place conductor tile |
| Right Click | Remove tile |
| Middle Click | Place power generator tile |
| Mouse scroll | Zoom level |
| Ctrl + Mouse movement | Panning |