GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
9
Releases
59
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
mark
/
imgui
Download ZIP
4597 commits
Transfer to URL with SHA
tree:
13a3a2d0f3
Switch branches
×
docking
features/draw_callback_extra_arg
features/fnv1a
features/imvector_size_t
features/premake
features/range_select
features/tex_round_corners
master
v1.67-fixes
imgui
/
examples
/
opengl3_example
/
latest commit
06aa9d8d9a
omar
authored
on 7 Jun 2018
..
Makefile
Examples: Fixed Makefile, batch files.
6 years ago
build_win32.bat
Examples: Updated Makefile and batch files to work with new examples. Using lowercase "gl.h" as it seems this is what Linux wants.
7 years ago
main.cpp
Examples, Platform: Removed the call to ImGui::NewFrame() from the platform _NewFrame() function e.g. ImGui_ImplWin32_NewFrame(), ImGui_ImplSDL2_NewFrame(), ImGui_ImplGlfw_NewFrame(), etc. Moved to main.cpp for consistency. (#1542)
6 years ago
opengl3_example.vcxproj
Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements.
6 years ago
opengl3_example.vcxproj.filters
Examples: GLFW+GL2: Moved glfw, gl2 files to root folder, split imgui_impl_glfw_gl2 into _opengl2 and reused imgui_impl_glfw
7 years ago