McMassiveNZ
|
3d42a469c9
|
Update window.h
Add a Cpp20 Concept to constrain the Window Constructor parameter
|
2023-07-03 23:04:46 +02:00 |
|
McMassiveNZ
|
c6548c341d
|
Update window.h
Remove unused std::optional include
|
2023-06-29 22:59:13 +02:00 |
|
McMassiveNZ
|
4a17314eaa
|
Update example to use type erased polymorphism technique
|
2023-06-29 22:50:21 +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
|
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 |
|