Changeset b8d4456 in opengl-game for docs


Ignore:
Timestamp:
Jun 8, 2020, 6:49:39 PM (4 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master
Children:
4e705d6
Parents:
4a9416a
Message:

Add x and y coordinates to mouse events

Location:
docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • docs/README.txt

    r4a9416a rb8d4456  
    9696Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it)
    9797
    98 brew install sdl2 sdl2_image sdl2_ttf
     98brew install sdl2 sdl2_image sdl2_ttf sdl2_gfx
    9999
    100100make vulkangame && ./vulkangame
  • docs/TODO.txt

    r4a9416a rb8d4456  
    22==========
    33- 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 Vulkan
     4  - Will require switching the UI from IMGUI to SDL
    55- Make window resizing and fullscreen mode work correctly
    66
Note: See TracChangeset for help on using the changeset viewer.