Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T10:12:53.000Z (about 2 years ago)
- Last Synced: 2023-03-08T00:40:20.385Z (almost 2 years ago)
- Topics: led-controller, led-cube
- Language: Python
- Homepage:
- Size: 1.73 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
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`