Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 893 Bytes

File metadata and controls

19 lines (18 loc) · 893 Bytes

PillowBasics Getting-Started Document

1 Engine Quick Setup

Development Environment: You need to install them first.

Visual Studio 2022+
Windows 10 SDK, version 2004 (10.0.19041.0)
CMake 4.0+

Then, run Make.bat at the root folder.
Under RootFloder/Cmake/Win64, PillowBasics.sln can be found to start the solution.

2 Create a Template Game Project from PillowBasics

//dumb

3 Basic Game Controls

//dumb

4 Advanced Engine Extensions

If you intend to debug, modify, or expand the inner workload of PillowBasics, please jump into the code directly.
The source code in PillowBasics contains substantial comments on types and functions.

Welcome experienced engineers to explore and contribute to the project! Thank you~

Technical documents will never be supplied.
API documents will be provided in the near future.