taichi-dev / taichi

Productive, portable, and performant GPU programming in Python.
https://taichi-lang.org
Apache License 2.0
25.33k stars 2.27k forks source link

GUI Suggested learning DearPyGui #5757

Open monkeycc opened 2 years ago

monkeycc commented 2 years ago

Concisely describe the proposed feature I want to make a complete GUI program There are text buttons and pictures that can be read from the camera It is found that the GUI cannot meet the requirements

Describe the solution you'd like (if any) ti.GUI GGUI Suggested learning DearPyGui Implement the function of dearpygui

Additional comments Add any other context or screenshots about the feature request here.

linuxthemes

bobcao3 commented 2 years ago

Have you tried GGUI? (which is currently just a subset of imgui)

monkeycc commented 2 years ago

GGUI https://docs.taichi-lang.org/docs/ggui

The documentation tutorial is not detailed

Deep imgui API belongs to C++

How to call Python ggui

Hope to improve the documentation of ggui And more demos

bobcao3 commented 2 years ago

You can start by checking out the GGUI examples, such as the one in mpm3d. We currently do not provide the full ImGUI yet, maybe we will do that in the future