AtomEngine Installation Submodules git submodule update Build AtomEngine Mode Debug cmake -DCMAKE_BUILD_TYPE=Debug -DSDL2IMAGE_VENDORED=OFF -S . -B build cmake --build build Mode Release cmake -DCMAKE_BUILD_TYPE=Release -S . -B build cmake --build build CMake scripts Generate Class file cmake -DCLASS_NAME=MyClass -P cmake/scripts/GenerateClass.cmake