Commit Graph

18 Commits

Author SHA1 Message Date
McMassiveNZ
6d7b325879 Update null_window.cpp
Add missing swCreateWindow function for null impl
2023-06-29 22:52:37 +02:00
McMassiveNZ
4a17314eaa Update example to use type erased polymorphism technique 2023-06-29 22:50:21 +02:00
McMassiveNZ
9bcbe577a9 Add tests back 2023-05-31 21:23:24 +02:00
McMassiveNZ
799a0f6069 Update to match blank slate template 2023-05-28 21:40:03 +02:00
McMassiveNZ
a91fb07906 Update win32_window.cpp
replace NULL with nullptr
add Fatal Error caption to MessageBox
2023-05-06 21:36:02 +02:00
McMassiveNZ
f71e2d49b2 Delete msvc-code-analysis.yml
Delete this action because it seems to be broken
2023-05-04 22:25:43 +02:00
McMassiveNZ
1b477bfd0f Merge branch 'main' of https://github.com/McMassiveNZ/window-starter 2023-05-04 22:24:45 +02:00
McMassiveNZ
df97c8bdf3 Delete msvc-code-analysis.yml
Deleted this action because it seems to be broken
2023-05-04 22:23:57 +02:00
William McVicar
164a2c5dd4 Update msvc-code-analysis.yml 2023-05-04 22:19:41 +02:00
McMassiveNZ
25eed76035 Update msvc-code-analysis.yml 2023-05-04 22:03:17 +02:00
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