Engine development¶
Setting up a development environment¶
To modify Redot's source code, you need to set up a development environment. Start here.
Getting started with Redot's source code¶
This section covers the basics that you will encounter in (almost) every source file.
Extending Redot by modifying its source code¶
This section covers what you can do by modifying Redot's C++ source code.
Debugging and profiling¶
This section is about finding spots to optimize in the engine code when you need it in your project.