-
Notifications
You must be signed in to change notification settings - Fork 0
v0_01 Initial
PolyWCube edited this page Mar 15, 2025
·
1 revision
Initial the repository, as well as working on the license.
v0.1 should be able to at least create a window, log some events,...
- As working on Windows 11, I think I will interact with
Win32 APIto create the window, and this should be platform-independent. - About choosing a built system, I will stick with
Makefiledue to its syntax and the straightforward it is, may switch toCMakein the future if needed, but right now,Makefileshould be enough.
Yes, I did some research on using the built system and I indeed chose
Makefileafterward because it provides greater control over the build process, but in return, setting up the project with it is pretty cumbersome in the long run. Anyways, a decision to make.
- For some reason, I enjoy creating and using my own tools for as many as I can (kinda weird). That's why I decided to create my own log system, math library, GUI,...
- Add
License.md - Add
ReadMe.md
Copyright (c) 2025 CUSTOM (the "Organization") - PolyWCube/PWC (the "Author"). All rights reserved.
