ui: replace qt text window with raylib (#35064)

* remove qt text window

* use wrapper, render text window in thread

* add wait_for_exit method

* update imports
This commit is contained in:
Cameron Clough
2025-04-25 14:17:47 +01:00
committed by GitHub
parent 7eb1c31d72
commit 362ddfc0c7
10 changed files with 54 additions and 153 deletions
-3
View File
@@ -66,9 +66,6 @@ if GetOption('extras'):
qt_env.SharedLibrary("qt/python_helpers", ["qt/qt_window.cc"], LIBS=qt_libs)
# text window
qt_env.Program("_text", ["qt/text.cc"], LIBS=qt_libs)
# setup and factory resetter
qt_env.Program("qt/setup/reset", ["qt/setup/reset.cc"], LIBS=qt_libs)
qt_env.Program("qt/setup/setup", ["qt/setup/setup.cc", asset_obj],