Source code for the Elm Engine
Start by cloning the repository with git clone --recursive https://github.com/JonasAlmaas/Elm.git
If the repository was cloned non-recursively previously, use git submodule update --init --recursive to clone the necessary submodules.
I don't exactly know what you need, so just tick everything for now :D
This project uses Premake to generate build files. Here is an example of how to generate a Visual Studio solution:
premake5 vs2022