feature/imgui-sdl
points-test
Last change
on this file since 7bf5433 was 76d19a8, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago |
Wrap all the code in openglgame and vulkangame in a CrashLogger
|
-
Property mode
set to
100644
|
File size:
841 bytes
|
Rev | Line | |
---|
[76d19a8] | 1 | TODO
|
---|
| 2 | -----------
|
---|
| 3 |
|
---|
[17714b8] | 4 | - Create shader configs in Vulkan and sample vertex data for all the shaders currently used in OpenGL
|
---|
| 5 | - Rewrite the system to store scene objects, copy their vertex data to vertex buffers and
|
---|
| 6 | resize the vertex buffers as needed to be used with Vulkan
|
---|
[eba8c0c] | 7 | - Copy the UI overlay system from the Vulkan implementation to build the UI on top of
|
---|
| 8 | - Upgrade the UI from ImGui to SDL
|
---|
| 9 | - Could probably use the existing window / event system
|
---|
| 10 | - Create buttons with text and events in SDL
|
---|
[17714b8] | 11 | - Implement the ability to listen for mouse clicks and keystrokes
|
---|
| 12 | - Assuming SDL supports detecting key presses and key releases, re-implement the key state array
|
---|
| 13 | - On mouse clicks, re-implement the ability to detect clicks on scene objects
|
---|
| 14 | - Implement the actual game functionality
|
---|
[76d19a8] | 15 |
|
---|
| 16 | CONMPLETED
|
---|
| 17 | -----------
|
---|
| 18 |
|
---|
| 19 | - Add CrashLogger functionality
|
---|
Note:
See
TracBrowser
for help on using the repository browser.