Sun, 09 Apr 2023 15:59:08 +0300
Extracted the state of the program into a MainState structure, and extracted local functions of main() into static functions.
I was planning to make the core logic and state of the program into a Main class, which would be a QObject that would
have lots of signals and slots, but it looks like this works even without it
0 | 1 | syntax:glob |
263
59b6027b9843
Move render layer files to new src/layers/ directory
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
25
diff
changeset
|
2 | CMakeLists.txt.user* |
1 | 3 | __pycache__ |
3 | 4 | *.orig |
25
6de5ac1fb471
added debug and release to hgignore
Teemu Piippo <teemu@hecknology.net>
parents:
3
diff
changeset
|
5 | debug |
6de5ac1fb471
added debug and release to hgignore
Teemu Piippo <teemu@hecknology.net>
parents:
3
diff
changeset
|
6 | release |