Jonathan Hoffstadt

Results 103 comments of Jonathan Hoffstadt

`pip install dearpygui==0.8.64` For 0.8.x: ```python import dearpygui.dearpygui as dpg from dearpygui.demo import show_demo show_demo() dpg.start_dearpygui() ``` For 1.x: ```python import dearpygui.dearpygui as dpg from dearpygui.demo import show_demo dpg.create_context() dpg.create_viewport()...

Ok. We will get this sorted out! Thanks for the info.

Hi, would you happen to be running with the m1 chip?

Planning a fix for next release.

Is this issue still present in 1.1?

@0Micfong0 M1 is not really supported yet because none of the CI providers we have found have m1 runners. The alternative is for us to build them locally (like we...

I'll have to check if we are actually utilizing libpng. I know its an optional dependency of freetype but we might not be using it.

Nice catch. Fixed in next release.