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

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

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 |