2025-03-09 15:14:21 +01:00
2025-01-22 02:27:00 +01:00
2025-02-06 01:05:44 +01:00
2025-03-10 00:52:34 +01:00
2025-03-09 15:14:21 +01:00
2025-01-31 12:31:50 +01:00
2024-12-24 22:20:13 +01:00
2025-03-10 00:52:34 +01:00
2025-01-16 14:26:20 +01:00
2024-12-02 01:38:33 +01:00

Code style

Naming Conventions:

  • PascalCase:

    • Functions
    • Class names
    • Struct names
  • camelCase:

    • Class attributes
    • Class methods
    • Struct attributes
    • Variables

Class Structure:

  • Header (.h) Files:
    • Declare public methods and attributes first, followed by private members.
  • Implementation (.cpp) Files:
    • Implement methods in the same order as declared in the corresponding header file.

Include order

  • Std
  • local ( form inc dir )
  • external raylib
Description
No description provided
Readme 415 KiB
Languages
C++ 80.5%
C 17.9%
CMake 1.6%