imgui / examples / sdl_opengl_example /
@ocornut ocornut authored on 8 Jul 2015
..
README.md SDL example: hasty readme. 9 years ago
imgui_impl_sdl.cpp SDL example: more cleanup to match other examples (#233 #226) 9 years ago
imgui_impl_sdl.h SDL example: more cleanup to match other examples (#233 #226) 9 years ago
main.cpp SDL example: further cleanup to match other examples (#233 #226) 9 years ago
README.md

How to Build

  • On Windows with Visual Studio's CLI

\ is your SDL2 folder.

cl /MD /I <sdl2path\include> /I ..\.. main.cpp imgui_impl_sdl.cpp ..\..\imgui.cpp /link /LIBPATH:<sdl2path\lib> SDL2.lib SDL2main.lib