mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-06 02:52:57 +08:00
Renamed freeglut vcxproj files + Comments, Changelog (#2465)
This commit is contained in:
@@ -104,7 +104,7 @@ List of Platforms Bindings in this repository:
|
||||
imgui_impl_osx.mm ; macOS native API
|
||||
imgui_impl_sdl.cpp ; SDL2 (Windows, macOS, Linux, iOS, Android) https://www.libsdl.org
|
||||
imgui_impl_win32.cpp ; Win32 native API (Windows)
|
||||
imgui_impl_glut.cpp ; GLUT (if you really miss the 90's)
|
||||
imgui_impl_glut.cpp ; GLUT/FreeGLUT (not recommended unless really miss the 90's)
|
||||
|
||||
List of Renderer Bindings in this repository:
|
||||
|
||||
@@ -224,7 +224,7 @@ example_allegro5/
|
||||
= main.cpp + imgui_impl_allegro5.cpp
|
||||
|
||||
example_glut_opengl2/
|
||||
GLUT (E.g., FreeGLUT on Linux/Windows, GLUT framework on OSX) + OpenGL2.
|
||||
GLUT (e.g., FreeGLUT on Linux/Windows, GLUT framework on OSX) + OpenGL2.
|
||||
= main.cpp + imgui_impl_glut.cpp + imgui_impl_opengl2.cpp
|
||||
|
||||
example_marmalade/
|
||||
|
||||
Reference in New Issue
Block a user