Umbrella
Umbrella
 图中红点是我的目标点  这里是出情况的代码
I would like to request the addition of a feature in DearPyGui that allows the creation of a tree view inside a table. This feature is inspired by ImGui's capability...
目前的思路是 树梅派连接雷达,通过upd转发雷达的数据到上位机同样的端口,然后在mid360config里面配置的是上位机的ip,但是上位机开启msg_MID360.launch 只会显示Init lds lidar successfully 并无数据,请问还有其他的方案吗? 或者有什么解决办法,谢谢
如题
 # CODE import dearpygui.dearpygui as dpg import numpy as np dpg.create_context() dpg.create_viewport(title='DD', width=800, height=500) with dpg.window(label='Drag&Drop Window', width=-1, height=-1): with dpg.group(horizontal=True): with dpg.group(): dpg.add_text(default_value='sources:') dpg.add_input_int(label='freq', width=80, default_value=1, tag='freq') dpg.add_button(label='sin',...
Is there a multi-viewport feature in Dear PyGui? I'm currently facing the issue of having too many child windows, and I hope the child windows can have independent viewports. Or...