Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zac-garby/electronic-sim
- Owner: zac-garby
- Created: 2017-02-26T17:55:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T11:57:29.000Z (almost 7 years ago)
- Last Synced: 2024-12-17T19:41:47.984Z (about 2 months ago)
- Topics: electronics, game, html5, js, reactjs, simulation, web
- Language: JavaScript
- Homepage:
- Size: 3.98 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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