Skip to content

M2002RST/PillowBasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Icon
Platform0 Static Badge

Pillow Basics

Description

A cross-platform C++ game framework focusing on low-consumption abstract designs, and dedicated to eliminating software bloat in modern game dev.

Name Convention

Aligned with the standard notation in C#. Classes, methods, and properties must be UpperCamelCase, while auto variables and class fields must be lowerCamelCase.
Folders and files MUST obey UpperCamelCase.

Licenses

  1. Pillow Basics is under the BSD 2-Clause "Simplified" license.
  2. Inside the directory "/SourceCode/3rdParty", each subdirectory comprises a 3rd-party library, with license documents and possible pre-compiled binary files.
  3. The directory "/SourceCode/3rdParty/EmbeddedCodeLicenses" contains license documents for external code embedded in internal translation units. To clarify the actual usage, complementary comments are provided in those documents.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks