A 2d Game engine written in **pure** C(++) https://dock-it.dev/GigabiteStudios/Create-Engine/settings
Go to file
2025-04-28 11:51:21 -05:00
__pycache__ testing, and Remake Update 2025-04-13 13:41:47 -05:00
.vscode forgoted 2025-04-22 11:47:54 -05:00
images Started on Window, and basic scene system 2025-04-12 20:03:27 -05:00
remake difed inspector to shows deg instead of raians 2025-04-28 11:51:21 -05:00
src difed inspector to shows deg instead of raians 2025-04-28 11:51:21 -05:00
.gitignore Initial commit 2025-04-12 23:28:08 +00:00
.gitmodules Added Bex2d, Deep Profilerng, and better lua profileing 2025-04-18 22:15:06 -05:00
imgui.ini Made particles, per particle instead of an offset fron emiter 2025-04-25 11:26:33 -05:00
LICENSE Initial commit 2025-04-12 23:28:08 +00:00
profile_export.json stuff, profiler update. uk, particles 2025-04-20 22:41:27 -05:00
README.md Started on Window, and basic scene system 2025-04-12 20:03:27 -05:00
remake.yaml Updated Asset Manager and TileMap componenet 2025-04-24 16:52:36 -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