Web Based Interface Ideas #1100
Replies: 2 comments 1 reply
-
We developed PyRI which uses a Python based user interface based on Pyodide. It uses Vue for user interface elements. PyRI itself has a lot of useful features like scripting and data management. I am planning on working on the project this year and finishing the integration with Tesseract as the planner: https://github.com/pyri-project/pyri-core/blob/master/README.md It would be helpful if there was some code sharing with this project since I need to complete the user interface components for Tesseract anyway. There is also the tesseract_viewer_python which is a Three.JS based viewer: https://github.com/tesseract-robotics/tesseract_python/tree/master/tesseract_viewer_python This does not have any user interface elements beyond displaying the scene and adding markers using the API. |
Beta Was this translation helpful? Give feedback.
-
Just to add some ideas to the discussion, opencascade js is a port of opencascade in web browser (javascript) using WebAssembly technology. RobotWebTools provide roslibjs to have ros2 on client/browser side. |
Beta Was this translation helpful? Give feedback.
-
This is to start the discussion around what direction we should go with a web based interface for Tesseract.
Beta Was this translation helpful? Give feedback.
All reactions