Commit Graph

8 Commits

Author SHA1 Message Date
William McVicar
bccab77bce Update msvc-code-analysis.yml
try to fix broken action
2023-05-04 21:56:47 +02:00
William McVicar
24d30cb05d Create msvc-code-analysis.yml 2023-05-04 21:46:49 +02:00
McMassiveNZ
5e0da33031 Update win32_window.cpp
Fixed Compiler errors on windows
2023-05-04 20:48:02 +02:00
McMassiveNZ
d4dc5fb2f1 Update ReadMe and add ShouldClose() function
- Removed all references to blank-slate
+ added a ShouldClose() function which gets polled to see if the window should close
2023-05-04 20:39:25 +02:00
McMassiveNZ
fdd92cc500 Update README.md 2023-05-03 22:34:08 +02:00
McMassiveNZ
101f1405cc Add NullWindow Implementation 2023-05-03 22:30:09 +02:00
McMassiveNZ
908c5440d3 Abstracted Window
+ Pure Virtual Window class
+ Win32 Impl
* TODO: do something about the while(window->PumpMessages())
2023-05-03 22:16:33 +02:00
William McVicar
01457e7e5b Initial commit 2023-04-28 09:00:18 +02:00