-
Notifications
You must be signed in to change notification settings - Fork 0
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 command for displaying image streams #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks pretty cool and I look forward to having a way of viewing streamed frames graphically in real-time! I have left some, mostly technical notes, below.
One remark:
integrate this into the "cat" command
That's an interesting idea, but I would probably keep it in a separate command, just to keep things simple and because there doesn't seem to be an obvious Unix analogon to this functionality.
The application still hangs after a while for unknown reasons... |
This lets us draw it deterministically on the cell grid
Thanks again! I have merged the changes from the main branch, which updates The canvas now uses a custom |
Some things that could be improved / changed: