Live data from Hacker News

Viewing profile — Jhchimaira14

Jhchimaira14

HN member
Joined
Fri, Aug 07, 2020, 2:54 PM UTC
HN karma
28
Public activity
26 items

About Jhchimaira14

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. 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…

  9. 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…

  10. comment
    Comment #24321033

    I had no luck with these... lol

  11. 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 …

  12. comment
    Comment #24320845

    Idk! Could be that or because it’s trending on github and Reddit’s python subreddit.

  13. comment
    Comment #24320723

    Pretty crazy how this library blew up in the last 48 hours. Lol

  14. story
  15. story
  16. 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…

  17. comment
    Comment #24201941

    It uses glfw for linux and mac, and win32 for windows.

  18. story
  19. story
  20. story
  21. story
  22. story
  23. story
  24. 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…

  25. comment
    Comment #24082608

    We'd love some feedback!