Coding Standard
Write maintainable code by adhering to established standards and best practices.
Write maintainable code by adhering to established standards and best practices.
The CMake meta-build system for Graphical Playground projects. Wraps CMake with a structured, platform-aware API designed for AAA game engine development.
Include What You Use (IWYU) is a tool that helps ensure you only include the headers you actually need in your C++ files.
Modules are the building blocks of GP Engine's software architecture. You can organize your code into modules to create more efficient and maintainable projects.
Information for programmers developing with Graphical Playground.