Here is a new iteration on the module and class design:
https://github.com/omichel/robot-designer/wiki/Design
Since the last version and according the Olivier:
- The view3D and the partView have been separated into 2 modules.
- Classes and modules are listed in a more exhaustive way.
- A top module has been introduced.
Moreover:
- I renamed "View3D" to "RobotView"
- I dropped the UIControl classes which could be implicitly added the main class of each module (RobotView, etc.)
- I added a PartBrowser module.
- I didn't show all the interactions with the data blocks (DOM, ThreeJS), because they are implicit in most of the cases.
This document needs to be validated and improved with the implementation.
Here is a new iteration on the module and class design:
https://github.com/omichel/robot-designer/wiki/Design
Since the last version and according the Olivier:
Moreover:
This document needs to be validated and improved with the implementation.