8 Commits

Author SHA1 Message Date
31c5692ba8 TMP / compacted namespace declarations 2023-03-21 15:03:48 +01:00
91ea34695c TMP / "run" dir is now next to binary 2023-03-12 22:02:28 +01:00
2e61b990f7 TMP / Removed boost dependency 2023-03-11 20:43:28 +01:00
9d5ce3dca2 TMP / assets will be embedded for now 2023-03-09 23:28:35 +01:00
f8e23f5713 TMP / refactor cmake 2022-11-18 22:13:48 +03:00
7f7153100b
First improvements for Visual Studio / MSVC users
- Added missing <array> includes
- -Werror, -Wextra and -Wpedantic are used with GCC only
- CXX_STANDARD_REQUIRED is now ON
2022-11-07 22:47:11 +03:00
a110c9de03
Added logging, refactored versioning; STB is now included
- Added logging
- Rewrote versioning code
- Refactored dependency management
  - STB (stb_image.h) is now included
  - All other dependencies now use find_package
- Cross-compilation from Linux to Windows is now possible
2022-10-31 21:12:48 +03:00
da10f7c5cd
Initial commit 2022-10-09 17:25:45 +03:00