You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
Hi folks,
basic issues (broesamle/rust-playpen#1) combined with lack of network/hyper experience prevent me from making progress here:
Implement a realtime feedback mechanism in playpen. Example code could stream console output to the client side which would then visualise the program behaviour over time.
Simplest application case: show console output in real time
Advanced application case: Pick the output and transform it into some visualisation. Pipelined turtle graphics for example. This would make us independent of piston, but requre a quick network connection, of course. (Personally, I was inspired by the idea to reduce the graphics dependencies in the mondrian pattern generator.)
Contributions or some support on hyper API details questions are welcome!
The text was updated successfully, but these errors were encountered:
Hi folks,
basic issues (broesamle/rust-playpen#1) combined with lack of network/hyper experience prevent me from making progress here:
Implement a realtime feedback mechanism in playpen. Example code could stream console output to the client side which would then visualise the program behaviour over time.
Simplest application case: show console output in real time
Advanced application case: Pick the output and transform it into some visualisation. Pipelined turtle graphics for example. This would make us independent of piston, but requre a quick network connection, of course. (Personally, I was inspired by the idea to reduce the graphics dependencies in the mondrian pattern generator.)
Contributions or some support on hyper API details questions are welcome!
The text was updated successfully, but these errors were encountered: