A 2d Game engine written in **pure** C(++) https://dock-it.dev/GigabiteStudios/Create-Engine/settings
Go to file
2025-04-17 17:07:39 -05:00
__pycache__ testing, and Remake Update 2025-04-13 13:41:47 -05:00
.vscode General Improvements 2025-04-17 15:45:23 -05:00
images Started on Window, and basic scene system 2025-04-12 20:03:27 -05:00
remake Updated Lighting and stuff, error handling 2025-04-17 17:07:39 -05:00
src Updated Lighting and stuff, error handling 2025-04-17 17:07:39 -05:00
.gitignore Initial commit 2025-04-12 23:28:08 +00:00
.gitmodules Updated Remake 2025-04-16 17:20:37 -05:00
imgui.ini Updated Lighting and stuff, error handling 2025-04-17 17:07:39 -05:00
LICENSE Initial commit 2025-04-12 23:28:08 +00:00
README.md Started on Window, and basic scene system 2025-04-12 20:03:27 -05:00
remake.yaml Updated Remake 2025-04-16 17:20:37 -05:00

Create-Engine

A 2d Game engine written in pure C

Compileing

Go to the build.py and update the inclued paths, and everything under 'Config'

run

python3 build.py clean

then

python3 build.py run

Then wait for it to compile and run.

Build System Screenshot