Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a functionality to stream animations to the LED cube engine instead of internally rendering them. #4

Open
LimpSquid opened this issue Dec 3, 2021 · 0 comments

Comments

@LimpSquid
Copy link
Owner

It would be nice to be able to stream animations directly to the LED cube engine. One advantage will be that we are able offload the animation rendering part. Secondly we could use a more suitable programming language for rendering animations. For example we could make an animation renderer in Python, that way we do not need to recompile the application every time we wan to try out new animations. Also, this python animation renderer doesn't have to run on the RPi of the LED cube, but can simply be ran on my personal computer. These benefits are quite welcome as it makes designing and implementing new animations way easier for me.

@LimpSquid LimpSquid changed the title Add possibility stream animations to the led cube engine instead of internally rendering them. Add a functionality to stream animations to the LED cube engine instead of internally rendering them. Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant