commit | b7a2a6b23fc215aa7c82baa4a334f5cd59c5fb82 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Jul 08 09:49:32 2015 -0600 |
committer | ocornut <omarcornut@gmail.com> | Wed Jul 08 09:49:32 2015 -0600 |
tree | 08734baffdf49aeed3b95ca4585faff573f7685d | |
parent | 44c23e0eed69a2587d16e3342bb0d58eaa105bfd [diff] |
SDL example: renamed folder, added in README
diff --git a/examples/README.txt b/examples/README.txt index 0a5ad0e..f958d52 100644 --- a/examples/README.txt +++ b/examples/README.txt
@@ -25,3 +25,6 @@ ios_example/ iOS example. Using Synergy to access keyboard/mouse data from server computer. Synergy keyboard integration is rather hacky. + +sdl_opengl_example/ + SDL2 + OpenGL example.
diff --git a/examples/opengl_sdl_example/imgui_impl_sdl.cpp b/examples/sdl_opengl_example/imgui_impl_sdl.cpp similarity index 100% rename from examples/opengl_sdl_example/imgui_impl_sdl.cpp rename to examples/sdl_opengl_example/imgui_impl_sdl.cpp
diff --git a/examples/opengl_sdl_example/imgui_impl_sdl.h b/examples/sdl_opengl_example/imgui_impl_sdl.h similarity index 100% rename from examples/opengl_sdl_example/imgui_impl_sdl.h rename to examples/sdl_opengl_example/imgui_impl_sdl.h
diff --git a/examples/opengl_sdl_example/main.cpp b/examples/sdl_opengl_example/main.cpp similarity index 100% rename from examples/opengl_sdl_example/main.cpp rename to examples/sdl_opengl_example/main.cpp