-
Notifications
You must be signed in to change notification settings - Fork 6
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
IntSlider() #96
base: main
Are you sure you want to change the base?
IntSlider() #96
Conversation
ping @SylvainCorlay much still needs to happen, but this is a first draft IntSlider() widget being created (along with its 3 comms), and interacted with (with update msg from the front end, and echo_update as a reply). Screen.Recording.2024-09-11.at.13.40.17.mov |
played around some more with a second widget: Button() to try out some interaction. Screen.Recording.2024-09-11.at.18.37.41.movThere probably is still a lot to do in terms of refactoring etc ... but the game was to get something that does something. Currently with the interface:
|
} else { | ||
p_interpreter->publish_stream("stdout", output); | ||
// std::cerr << output << std::endl; | ||
// std::cerr << output ; |
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.
Do we need to keep the std::cerr
portion?
@romainfrancois btw, would you be able to re-open these PRs from folks rather than the main repository? |
No description provided.