A 2d Game engine written in **pure** C(++)
https://dock-it.dev/GigabiteStudios/Create-Engine/settings
__pycache__ | ||
.idea | ||
.vscode | ||
images | ||
remake | ||
src | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
imgui.ini | ||
LICENSE | ||
profile_export.json | ||
README.md | ||
remake.yaml |
Create-Engine
A 2d Game engine written in C++
Compileing
Go to the build.py and update the inclued paths, and everything under 'Config'
run
python3 ./Remake/remake/remake.py clean
then
python3 ./Remake/remake/remake.py run
Then wait for it to compile and run.