-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big example/backend/binding refactor #1870
Comments
… stripped out of Viewport code). (#1870) Read examples/README.txt for some details. ImDrawData: Added DisplayPos, DisplaySize fields honored by all backends (not strictly necessary to honor just now, but doing it to be ahead)
# Conflicts: # examples/README.txt # examples/directx11_example/main.cpp # examples/directx12_example/main.cpp # examples/imgui_impl_dx10.cpp # examples/imgui_impl_dx11.cpp # examples/imgui_impl_dx12.cpp # examples/imgui_impl_glfw.cpp # examples/imgui_impl_opengl2.cpp # examples/imgui_impl_opengl2.h # examples/imgui_impl_opengl3.cpp # examples/imgui_impl_sdl2.cpp # examples/imgui_impl_sdl2.h # examples/imgui_impl_vulkan.cpp # examples/imgui_impl_vulkan.h # examples/imgui_impl_win32.cpp # examples/imgui_impl_win32.h # examples/opengl2_example/main.cpp # examples/opengl3_example/main.cpp # examples/sdl_opengl2_example/main.cpp # examples/sdl_opengl3_example/main.cpp # examples/sdl_vulkan_example/main.cpp # examples/vulkan_example/main.cpp # imgui.cpp # imgui.h
This was merged and part of 1.62. Keeping this open for a short while for additional feedback but will close soon. Feel free to comment if you are landing here from one of the many links. Basically the examples/ code in master now mimics the reorganization done for the viewport branch (viewport branch has a handful of other changes, but the overall architecture matches and make merging branches easy). The release note says: In the examples/ folder:
Other recent changes applied to Examples/
|
Closing this. |
I have started working on merging some of the examples/binding reorganization work started in the viewport branch. I'm creating this topic here to centralize information and references (and so I can have an issue # to refer to). Will probably create a new temporary branch before moving to master.
Stay tuned!
The text was updated successfully, but these errors were encountered: