Viewing profile — Jhchimaira14
Jhchimaira14
HN member- Joined
- Fri, Aug 07, 2020, 2:54 PM UTC
- HN karma
- 28
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About Jhchimaira14
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #24335555
pyimgui tries to be a 1 to 1 wrapping of Dear ImGui, including the immediate mode paradigm. DearPyGui wraps Dear ImGui, provides a simulated traditional retained mode api, includes…
-
comment
Comment #24321058
pyimgui tries to be a 1 to 1 wrapping of Dear ImGui, including the immediate mode paradigm. DearPyGui wraps Dear ImGui, provides a simulated traditional retained mode api, includes…
-
comment
Comment #24321033
I had no luck with these... lol
-
comment
Comment #24321023
The hybrid aspect of it is through using it's data storage system, opening the event loop, clearing widgets every frame, and adding them every frame. We haven't completed the full …
-
comment
Comment #24320845
Idk! Could be that or because it’s trending on github and Reddit’s python subreddit.
-
comment
Comment #24320723
Pretty crazy how this library blew up in the last 48 hours. Lol
- story
- story
-
comment
Comment #24201952
It's user preference. DearPyGui has alot more widgets and power than tkinter. However tkinter is native. So it's really up to you. And like vanni said, you can actually use them to…
-
comment
Comment #24201941
It uses glfw for linux and mac, and win32 for windows.
- story
- story
- story
- story
- story
- story
-
comment
Comment #24082846
At the moment we don't open up the shaders or any of the GPU related backend details. Mostly because we are using different rendering API's for different OSs. OpenGL3 for Linux, Di…
-
comment
Comment #24082608
We'd love some feedback!