-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f23d9f3
commit 13c6e8f
Showing
16 changed files
with
101 additions
and
67 deletions.
There are no files selected for viewing
Submodule ImGuizmo
updated
34 files
+2 −0 | .gitignore | |
+5 −4 | GraphEditor.cpp | |
+3 −1 | GraphEditor.h | |
+1 −1 | ImCurveEdit.cpp | |
+3 −1 | ImCurveEdit.h | |
+1 −1 | ImGradient.cpp | |
+2 −1 | ImGradient.h | |
+458 −192 | ImGuizmo.cpp | |
+272 −213 | ImGuizmo.h | |
+31 −24 | ImSequencer.cpp | |
+4 −1 | ImSequencer.h | |
+1 −1 | ImZoomSlider.h | |
+91 −73 | README.md | |
+ − | bin/ImGuizmoSample.exe | |
+1 −1 | example/ImApp.h | |
+5 −5 | example/ImGuizmoSample.vcxproj | |
+32 −16 | example/imconfig.h | |
+3,904 −1,813 | example/imgui.cpp | |
+648 −425 | example/imgui.h | |
+707 −383 | example/imgui_demo.cpp | |
+175 −164 | example/imgui_draw.cpp | |
+741 −422 | example/imgui_internal.h | |
+156 −107 | example/imgui_tables.cpp | |
+1,206 −840 | example/imgui_widgets.cpp | |
+41 −53 | example/imstb_rectpack.h | |
+43 −43 | example/imstb_textedit.h | |
+555 −373 | example/imstb_truetype.h | |
+22 −18 | example/main.cpp | |
+24 −0 | vcpkg-example/CMakeLists.txt | |
+3,597 −0 | vcpkg-example/ImApp.h | |
+52 −0 | vcpkg-example/README.md | |
+25 −0 | vcpkg-example/imgui.ini | |
+888 −0 | vcpkg-example/main.cpp | |
+9 −0 | vcpkg-example/vcpkg.json |
Submodule glbinding
updated
54 files
Submodule icons
updated
79 files
Submodule implot
updated
10 files
+95 −0 | .github/CMakeLists.txt | |
+55 −0 | .github/example_implot.cpp | |
+144 −0 | .github/workflows/build.yml | |
+18 −10 | README.md | |
+39 −8 | TODO.md | |
+716 −545 | implot.cpp | |
+307 −158 | implot.h | |
+538 −537 | implot_demo.cpp | |
+324 −174 | implot_internal.h | |
+1,626 −1,362 | implot_items.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters