A multi-platform 2D_Engine made in C.
Go to file
Ulysse Cura 2e03f91596 Corrected possible segmentatino fault in component querying in components initialisation. 2026-08-06 13:52:30 +02:00
.vscode Fixed launch.json. 2026-08-03 20:45:06 +02:00
SDL3_Core@24d2ac6564 Adding const identifiers. 2026-08-06 13:51:42 +02:00
assets Hided hitbox and triggers layer. 2026-08-05 23:59:32 +02:00
src Corrected possible segmentatino fault in component querying in components initialisation. 2026-08-06 13:52:30 +02:00
.ccls Added more debug options. 2026-08-03 20:46:02 +02:00
.gitignore Adding cores as submodules and configured Makefile to use SDL_Core by default. 2026-07-22 13:42:56 +02:00
.gitmodules Updating core to SDL3. 2026-07-26 01:45:08 +02:00
LICENSE First commit 2026-04-11 10:47:48 +02:00
Makefile Changing asset file location. 2026-08-02 21:15:33 +02:00
README.md Updated copyrights 2026-04-12 16:42:54 +02:00
TODO.md Hitboxes between entities are handled by the physics component. 2026-08-04 21:53:37 +02:00
shell.nix Updating core to SDL3. 2026-07-26 01:45:08 +02:00

README.md

License: GPL v3

2D_Engine_C

Description

A multi-platform 2D_Engine made in C.

Licences

  • This program is open-source : you can redistribute and/or modify it under the term of the GNU GPLv3. Copyright (C) 2025 - 2026 Ulysse Cura. See LICENSE or gnu.org/licenses/gpl-3.0.html.