The CORE Framework, simplifying game and app development since 2023
Find a file
JeremyStarTM b8a43ce159
Framework rework
Changes in this commit include:
- Add Core.cleanup() and CoreBaseModule._cleanup() functions
- All builtin modules now clean and free any nodes
- Reduce code duplication in src/core.gd by not writing the same code for all builtin modules but instead iterating through a array
2024-04-06 14:47:49 +02:00
addons Add unit testing for core.gd (partial #11) 2024-04-06 14:47:49 +02:00
dist Add unit testing for core.gd (partial #11) 2024-04-06 14:47:49 +02:00
docs Fix ternary conditional warning 2024-03-27 15:09:19 +01:00
src Framework rework 2024-04-06 14:47:49 +02:00
tests Framework rework 2024-04-06 14:47:49 +02:00
.corebasepath Uncringe the project 2024-02-04 21:36:30 +01:00
.gitattributes Uncringe the project 2024-02-04 21:36:30 +01:00
.gitignore Uncringe the project 2024-02-04 21:36:30 +01:00
.gitmodules Add Bessere Tests 2024-04-06 14:47:48 +02:00
LICENSE Change license (GPL -> AGPL) 2024-03-03 18:53:09 +01:00
project.godot Add Bessere Tests 2024-04-06 14:47:48 +02:00
README.md Uncringe the project 2024-02-04 21:36:30 +01:00
Test.gd Make all scripts lowercase again 2024-04-06 14:47:49 +02:00
Test.tscn Rename modules 2024-03-21 15:47:39 +01:00

CORE Framework

The framework that simplifies your game/application development


Documentation