Skip to content

v0_01 Initial

PolyWCube edited this page Mar 15, 2025 · 1 revision

Log

Initial the repository, as well as working on the license.

Roadmap

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 API to create the window, and this should be platform-independent.
  • About choosing a built system, I will stick with Makefile due to its syntax and the straightforward it is, may switch to CMake in the future if needed, but right now, Makefile should be enough.

Yes, I did some research on using the built system and I indeed chose Makefile afterward 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,...

Update

  • Add License.md
  • Add ReadMe.md

Logo - BG

Clone this wiki locally