Commit Graph

6 Commits

Author SHA1 Message Date
prisixia 170278fbec
Cleanup CMakeLists
There were a few things such as a no longer required component and
mistakenly adding a not existing directory into the include directories.
2023-05-08 09:57:01 +02:00
prisixia b5ed32e7d5
Add clang-tidy 2023-05-04 10:17:31 +02:00
prisixia fa33186a37
Replace RapidJSON with cereal
This is a rather big change to pretty much everything here, including
some minor changes that were just required along the way. It's probably
by no means perfect, but this should work more or less for now, but
should be taken with a grain of salt.
2023-05-04 09:05:16 +02:00
prisixia 3bf7f58e4e
Split up the GUI a little
Panels now have their own files for hopefully better readability.
2023-04-27 21:20:23 +02:00
prisixia b139b9e37a
Make list of source files a variable
Should make the CMakeLists file a bit more readable and maintainable.
2023-04-27 11:16:37 +02:00
prisixia 1d13cedc14
init 2023-03-27 15:36:18 +02:00