Nikola Petrov e5f9e8d7f3 Add basic rotation
Rotate texuture based on mouse position
2024-03-05 01:51:26 +01:00
2024-03-05 01:51:26 +01:00
2024-03-05 01:51:26 +01:00
2024-03-05 01:51:26 +01:00
2024-02-21 01:08:00 +01:00
2024-03-05 01:51:26 +01:00
2024-03-03 23:09:37 +01:00
2024-03-03 22:31:15 +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.
Description
No description provided
Readme 425 KiB
Languages
C++ 81%
C 17.4%
CMake 1.6%