rnd-team-dev / plotoptix

Data visualisation and ray tracing in Python based on OptiX 7.7 framework.
https://rnd.team/plotoptix
Other
498 stars 25 forks source link

Customized UI #27

Closed ZhiquanW closed 2 years ago

ZhiquanW commented 2 years ago

Is it possible to add some customized UI (buttons, sliders) into this framework so the user can interact with the object? This can be helpful if the user wants to add/delete objects or change color/size.

robertsulej commented 2 years ago

Sure. It just needs time to do it. :)

The plan is to focus on low level features and functionality. But I will try to add something basic in UI as time allows.

ZhiquanW commented 2 years ago

Thank you so much!