natevm / BSDF-Visualizer

Project for scientific visualization
MIT License
18 stars 4 forks source link

Implement MVVM-like paradigm #19

Closed n8xm closed 6 years ago

n8xm commented 6 years ago

The GUI should not need to be aware of the Model. Furthermore, Viewports should not need to be aware of the GUI. In other words, there should be a "one-way" data flow from GUI to Model to Viewports. @n8vm tells me that this is sort of like the "MVVM" paradigm. frontend_only

n8xm commented 6 years ago

Resolved with #20.