Changeset c8c6da8 in opengl-game for README.txt


Ignore:
Timestamp:
Aug 21, 2019, 8:19:09 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
e5d4aca
Parents:
ad31ec7
Message:

Create the overlay texture using different flags based on the SDL version (2.0.9 vs 2.0.10) and change compile.sh to compile all .vert and .frag files inside the shaders folder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    rad31ec7 rc8c6da8  
    8787Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it)
    8888
    89 brew install sdl2
    90 brew install sdl2_image
    91 brew install sdl2_ttf
     89brew install sdl2 sdl2_image sdl2_ttf
    9290
    9391make vulkangame && ./vulkangame
Note: See TracChangeset for help on using the changeset viewer.