.hgignore

Sun, 09 Apr 2023 15:59:08 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Sun, 09 Apr 2023 15:59:08 +0300
changeset 362
e1d646a4cbd8
parent 263
59b6027b9843
permissions
-rw-r--r--

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
f9f4d4d6f162 initial commit
Teemu Piippo <teemu@hecknology.net>
parents:
diff changeset
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
51d14b0c68c0 add version
Teemu Piippo <teemu@hecknology.net>
parents: 0
diff changeset
3 __pycache__
3
55a55a9ec2c2 Added lots of code
Teemu Piippo <teemu@hecknology.net>
parents: 1
diff changeset
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

mercurial