This website requires JavaScript.
Explore
Help
Sign in
mirror
/
imgui
Watch
1
Star
0
Fork
You've already forked imgui
0
mirror of
https://github.com/ocornut/imgui.git
synced
2026-01-18 01:14:19 +00:00
Code
Activity
ff4f40de41
imgui
/
examples
/
marmalade_example
History
Download ZIP
Download TAR.GZ
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