Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpgillam/streamcanvas
Real-time rendering of shapes from stdin.
https://github.com/tpgillam/streamcanvas
Last synced: 16 days ago
JSON representation
Real-time rendering of shapes from stdin.
- Host: GitHub
- URL: https://github.com/tpgillam/streamcanvas
- Owner: tpgillam
- License: mit
- Created: 2017-09-25T21:20:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T21:22:59.000Z (over 7 years ago)
- Last Synced: 2023-03-05T21:01:05.569Z (almost 2 years ago)
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stream Canvas is a python application which allows a lightweight plotting language to be used to specify frames
piped through stdin, which will then be rendered. A prominent feature is that the reading of stdin will be as fast as
possible, with frames being dropped as necessary.It is currently in the early stages of development.
Requirements:
* pyqtgraph