CORE/docs/docs/about.md

1.1 KiB

sidebar_position
1

About the CORE Framework

The CORE Framework aims at simplifying development for developers writing their code in the Godot Engine, version 4.2.

Why does it exist?

I (JeremyStarTM) didn't want to write a new base every time I started another project. And that's why I made the CORE Framework, to serve as a common base for all my projects.

Should I use it?

If you want to use the CORE Framework in a new project, then your answer is yes! If you want to use the CORE Framework in an already existing project, be prepared to do some major refactoring. CORE implements it's own logging infrastructure, scene management, etc. and is not compatible with Godot's builtin/custom solutions. You can toggle them in the configuration file however.

Roadmap

  • Configuration support
  • Logger implementation
  • HTTP Request helper
  • Mod Loader
  • Support for custom modules
  • Extensible debugging console