Skip to content

Commit 5ca82a2

Browse files
committed
add implot3d
1 parent df75360 commit 5ca82a2

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@
8080
[submodule "external/immvision/cvnp_nano"]
8181
path = external/immvision/cvnp_nano
8282
url = https://github.com/pthom/cvnp_nano.git
83+
[submodule "external/implot3d/implot3d"]
84+
path = external/implot3d/implot3d
85+
url = https://github.com/pthom/implot3d.git

external/bindings_generation/all_external_libraries.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,15 @@ def lib_implot() -> ExternalLibrary:
178178
fork_branch="imgui_bundle"
179179
)
180180

181+
def lib_implot3d() -> ExternalLibrary:
182+
return ExternalLibrary(
183+
name="implot3d",
184+
official_git_url="https://github.com/brenocq/implot3d.git",
185+
fork_git_url="https://github.com/pthom/implot3d.git",
186+
official_branch="main",
187+
fork_branch="imgui_bundle"
188+
)
189+
181190

182191
def lib_imspinner() -> ExternalLibrary:
183192
# We use a copy of the library source for the moment, instead of a fork
@@ -229,6 +238,7 @@ def lib_nanovg() -> ExternalLibrary:
229238
lib_immvision(),
230239
lib_cvnp(),
231240
lib_implot(),
241+
lib_implot3d(),
232242
lib_imspinner(),
233243
lib_portable_file_dialogs(),
234244
lib_nanovg(),

external/implot3d/implot3d

Submodule implot3d added at 3b012a1

0 commit comments

Comments
 (0)