Skip to content

Commit

Permalink
Refactor Part 1
Browse files Browse the repository at this point in the history
Large Refactor of MorphoMetriX. Changes include:
- Removing unused code and comments
- Moving redundant code into functions
- reimplemented functions for improved memory management and performance
- Improve readability for me and future developers

So far:
Object adding / removing is re-worked. Re-draws scene with stack of objects after every large event (undo, mouse press, etc.)

ToDo:
- Update tool bar with scene update
- Calculate measurements in stack on export
- Test code before V2 launch
  • Loading branch information
ZappyMan committed Sep 11, 2023
1 parent f26870c commit 8e42826
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 827 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -535,3 +535,4 @@ morphometrix/build/windows/warn-windows.txt
morphometrix/build/windows/windows.exe.manifest
morphometrix/build/windows/xref-windows.html
morphometrix/dist/MorphoMetriX.exe
morphometrix/imwin.py
Loading

0 comments on commit 8e42826

Please sign in to comment.