Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 351c8de

Browse files
committedMar 25, 2021
wip
1 parent 160f4c8 commit 351c8de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎PROGRESS.md

+8
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ TypeError: Argument 'ctx' has incorrect type (expected imgui.core._ImGuiContext,
7777
7878
# 2021-03-25
7979

80+
## Results 1
81+
8082
After merging https://github.com/KinoxKlark/pyimgui/pull/2:
8183

8284
$ python
@@ -91,3 +93,9 @@ Type "help", "copyright", "credits" or "license" for more information.
9193
>>> implot.set_imgui_context(ctx)
9294
>>>
9395
96+
## Results 2
97+
98+
Implemented shared library libimplot.so building from the sources.
99+
Use the libimplot.so in setup.py.
100+
Remove the pyimgui pxd file copies as they are not required.
101+
Test in doc/examples/integrations_glfw3.py works!

0 commit comments

Comments
 (0)
This repository has been archived.