No feedback when I run this code #5831
Wangyao1997-sdu
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment
-
It looks like you are using a custom backend/framework so please ask whereever you got that backend/framework. Dear ImGui 1.41 is dated June 2015 so I guess your version number "1.4.1" is not an actual Dear ImGui version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want start to use imgui with this code, but there is no feedback when I run it.
import imgui imgui.create_context() imgui.get_io().display_size = 100, 100 imgui.get_io().fonts.get_tex_data_as_rgba32() imgui.new_frame() imgui.begin("Your first window!", True) imgui.text("Hello world!") imgui.end() imgui.render() imgui.end_frame()
Python 3.8
MacOS 13.0
imgui version == 1.4.1
Beta Was this translation helpful? Give feedback.
All reactions