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 mock display to let us view the light show without actual lights #9

Open
gandalf3 opened this issue May 9, 2019 · 3 comments
Open

Comments

@gandalf3
Copy link
Collaborator

gandalf3 commented May 9, 2019

Current idea is to send light state back to a browser with websockets and render it that way. Alternatively we could render it with tk or similar.

@gandalf3
Copy link
Collaborator Author

I wonder if perhaps throwing it in an opengl window via something like pyglet wouldn't be a pretty good option for this. It wouldn't be as cross platform as sending it to a browser, but we wouldn't have any problem with performance.

@sfoster
Copy link
Collaborator

sfoster commented Jun 19, 2019

I wonder if perhaps throwing it in an opengl window via something like pyglet wouldn't be a pretty good option for this. It wouldn't be as cross platform as sending it to a browser, but we wouldn't have any problem with performance.

That works for me. I don't have super strong opinions about it. A pyglet controller might be easier to write and a more incremental step than the changes which would be required to use websocket - which I think would fundamentally change the shape of the application.

@gandalf3 gandalf3 self-assigned this Jun 24, 2019
@sfoster
Copy link
Collaborator

sfoster commented Jul 6, 2019

@gandalf3 See 4ef4364 for a front-end that should get you part-way there for this. Details in the new README for the directory I added.

@gandalf3 gandalf3 removed their assignment Jul 7, 2019
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

2 participants