SFML Game Framework w/premake
Use the following command to clone the repository as there are submodules in use for YAML-cpp
git clone --recurse-submodules https://github.com/TheFuzzyMole/LowLevelGameplay.gitTo generate project files on windows with VS2022 simply run the Generate project.bat and open the sln
If on other IDEs open the bat and change to the appropriate premake run arg although MSVC is assumed so other compilers may fail to build
Other platforms are not currently supported as changes to the premake file will need to be made.