2024-09-15 01:37:02 -06:00
|
|
|
# ICEngine
|
2024-09-14 20:46:32 -06:00
|
|
|
|
|
|
|
Smol little game engine since I have no idea what I'm doing
|
|
|
|
|
|
|
|
# Notice:
|
|
|
|
|
|
|
|
Since this uses the newer cpp modules, you need to make sure your compiler + build system + IDE supports this. You can
|
2024-09-15 01:37:02 -06:00
|
|
|
find more
|
|
|
|
info [on this stack overflow post](https://stackoverflow.com/questions/57300495/how-to-use-c20-modules-with-cmake).
|
2024-09-15 01:44:52 -06:00
|
|
|
|
|
|
|
## Building
|
|
|
|
Find more info about building the project in the `docs/Building.md` file.
|
|
|
|
|
|
|
|
(CMake >= 3.28)
|