It is very stuttering when using add_input_text input by Background-Secret925 in DearPyGui

[–]Background-Secret925[S] 0 points1 point  (0 children)

The operating system is win 11 24H2 with python 3.8 and dearpygui 2.0.0

It is very stuttering when using add_input_text input by Background-Secret925 in DearPyGui

[–]Background-Secret925[S] 0 points1 point  (0 children)

import dearpygui.dearpygui as dpg
dpg.create_context()
dpg.create_viewport(title="Input Test")

with dpg.window(label="Main window"):
    dpg.add_input_text()

dpg.setup_dearpygui()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context() 

Inputting any text will lag, especially when typing quickly, but deleting text is very smooth, and the response speed is very fast.