https://github.com/arthurfdlr/cubanimate
⚡ Give life to your LED-Cube with this tool!
https://github.com/arthurfdlr/cubanimate
led-controller led-cube
Last synced: 4 months ago
JSON representation
⚡ Give life to your LED-Cube with this tool!
- Host: GitHub
- URL: https://github.com/arthurfdlr/cubanimate
- Owner: ArthurFDLR
- License: gpl-3.0
- Created: 2020-04-28T14:56:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T23:44:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T22:31:38.671Z (6 months ago)
- Topics: led-controller, led-cube
- Language: Python
- Homepage:
- Size: 1.73 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CubAnimate: An LED-Cube animation tool
Give life to LED-Cubes with this tool! You can visually create animations for LED-Cubes with a frame-by-frame editor, a HUE mode, or even three variables equations (x-axis, y-axis, time). All animations can be exported as ```.anim```, which are formatted plain-text files. This allowed us to run animations on any micro-processor smoothly.
![]()
![]()
## Installation
Make sure that Python 3.7 or above is installed.
1. Git clone the repository:
`git clone https://github.com/ArthurFDLR/CubAnimate`2. Use the configuration file [`.\requirements.txt`](https://github.com/ArthurFDLR/Commonsense-Reasoning-Bot/blob/master/requirements.txt) in the Python 3.7+ environment of your choice. For example:
`python -m venv venv``.\venv\Scripts\activate`
`python -m pip install -r requirements.txt`
3. Define the size of your LED-Cube in [`./CubAnimate/__init__.py`](https://github.com/ArthurFDLR/CubAnimate/blob/master/CubAnimate/__init__.py)
4. You should now be able to run the application
`python -m CubAnimate`