- Timestamp:
- Jun 8, 2020, 6:49:39 PM (4 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- 4e705d6
- Parents:
- 4a9416a
- Location:
- docs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/README.txt
r4a9416a rb8d4456 96 96 Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it) 97 97 98 brew install sdl2 sdl2_image sdl2_ttf 98 brew install sdl2 sdl2_image sdl2_ttf sdl2_gfx 99 99 100 100 make vulkangame && ./vulkangame -
docs/TODO.txt
r4a9416a rb8d4456 2 2 ========== 3 3 - Switch the game to use SDL and Vulkan (based on the test program I already made) 4 - Will require switching the UI from IMGUI to Vulkan4 - Will require switching the UI from IMGUI to SDL 5 5 - Make window resizing and fullscreen mode work correctly 6 6
Note:
See TracChangeset
for help on using the changeset viewer.