The CORE Framework, simplifying game and app development since 2023
Find a file
JeremyStarTM 32e09ea296 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-03-29 02:40:56 +01:00
addons Add unit testing for core.gd (partial #11) 2024-03-28 14:48:50 +01:00
dist Add unit testing for core.gd (partial #11) 2024-03-28 14:48:50 +01:00
docs Fix ternary conditional warning 2024-03-27 15:09:19 +01:00
src Framework rework 2024-03-29 02:40:56 +01:00
tests Framework rework 2024-03-29 02:40:56 +01: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-03-28 12:52:42 +01:00
LICENSE Change license (GPL -> AGPL) 2024-03-03 18:53:09 +01:00
project.godot Add Bessere Tests 2024-03-28 12:52:42 +01:00
README.md Uncringe the project 2024-02-04 21:36:30 +01:00
Test.gd Make all scripts lowercase again 2024-03-28 12:54:12 +01:00
Test.tscn Rename modules 2024-03-21 15:47:39 +01:00

CORE Framework

The framework that simplifies your game/application development


Documentation