Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zac-garby/electronic-sim

A web-based redstone-like electronic simulation.
https://github.com/zac-garby/electronic-sim

electronics game html5 js reactjs simulation web

Last synced: 5 days ago
JSON representation

A web-based redstone-like electronic simulation.

Awesome Lists containing this project

README

        

# Electronic Simulation
![](https://github.com/Zac-Garby/electronic-sim/raw/master/img/screenshot.png)

## About
Electronic Simulation (I haven't thought of a good name yet) is a basic web-based
simulation of not-quite electronics.

By default, there are 20+ components:

- Sources
- Oscillators
- Random Sources
- Wires
- Diodes
- Wireless transmitters/receivers
- Lights
- Micro-controllers
- Logic gates
- Etc..

## Getting started:
Run the following commands (You'll need to install NodeJS beforehand):

```
git clone https://github.com/Zac-Garby/electronic-sim
cd electronic-sim
npm install
npm start
```

## TODO:
- Clean code up a bit
- Organise CSS into separate files
- Add help page
- Change favicon
- Make component-list groups drop-downs
- Add testing