GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
9
Releases
59
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
mark
/
imgui
Download ZIP
4125 commits
Transfer to URL with SHA
tree:
0d063585e8
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
9c20a40b36
omar
authored
on 20 Feb 2018
..
Makefile
Examples: Makefile leave CXX alone, instead leave commented out options. (nb: codeship doesn't seem have clang++)
7 years ago
build_win32.bat
Tweak build batch files and readmes
9 years ago
imgui_impl_glfw_gl3.cpp
Examples: OpenGL: Cast call to glPolygonMode(). (#1628).
7 years ago
imgui_impl_glfw_gl3.h
Examples: GLFW*: Renamed GLFW callbacks exposed in .h to not include GL2/GL3/Vulkan in their name.
7 years ago
main.cpp
Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display..(#1599)
7 years ago
opengl3_example.vcxproj
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
7 years ago
opengl3_example.vcxproj.filters
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
7 years ago