Skip to main content

5 docs tagged with "c++"

View all tags

Coding Standard

Write maintainable code by adhering to established standards and best practices.

GP Build Tool

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)

Include What You Use (IWYU) is a tool that helps ensure you only include the headers you actually need in your C++ files.

Modules

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.