johnmartins / johnmartins/morpheus
Split MorphMatrix into GUI and model
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently, MorphMatrix contains GUI operations (unlike any of the other morph-related classes). This is muddles up the code, and makes the classes far larger than they need to be. It should be separated into two classes:
MorphMatrix: This will contain all the class operations that have nothing to do with the GUI
MorphMatrixComponent: This will contain all the GUI operations
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.