ocornut 1845ff4690 SDL example: tweaks (#233 #226) 10 år sedan
..
README.md e49977a913 SDL example: hasty readme. 10 år sedan
imgui_impl_sdl.cpp 1845ff4690 SDL example: tweaks (#233 #226) 10 år sedan
imgui_impl_sdl.h 1845ff4690 SDL example: tweaks (#233 #226) 10 år sedan
main.cpp 1845ff4690 SDL example: tweaks (#233 #226) 10 år sedan

README.md

How to Build

  • On Windows with Visual Studio's CLI

<sdl2path> 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