https://github.com/solvro/web-led-cube
Simulator for programmable 3D LED Cube
https://github.com/solvro/web-led-cube
3d-graphics codemirror threejs
Last synced: 6 months ago
JSON representation
Simulator for programmable 3D LED Cube
- Host: GitHub
- URL: https://github.com/solvro/web-led-cube
- Owner: Solvro
- Created: 2024-05-29T22:43:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T17:41:54.000Z (6 months ago)
- Last Synced: 2024-12-15T18:30:51.552Z (6 months ago)
- Topics: 3d-graphics, codemirror, threejs
- Language: JavaScript
- Homepage: https://ledcube.solvro.pl
- Size: 8.93 MB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual 3D LED Cube
## About
The Cube 3D project focuses on simulating LED cube animations. The animations are created using code typed in build-in text editor. Thanks to this the simulator is as close as possible to animations performed using microcontrollers.
## Setup
To run this this project first type:
```
npm install
```
This allows you to install all required tools such as three.js. Then type:
```
npm start
```
This command runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.