This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
mirror of
https://github.com/ocornut/imgui.git
synced
2024-11-15 11:33:29 +01:00
Code
Releases
Wiki
Activity
24fc7c30dd
imgui
/
examples
/
marmalade_example
History
omar
8c374512fd
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
)
2018-06-07 22:10:31 +02:00
..
data
Merge branch 'master' of
https://github.com/ocornut/imgui
2015-10-14 23:01:52 +02:00
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
)
2018-06-07 22:10:31 +02:00
marmalade_example.mkb
Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements.
2018-06-07 19:20:04 +02:00