Hacker News new | ask | show | jobs
by rexicus 3271 days ago
You might try the imgui/nuklear crates, dealing with generated bindings for something massive like Qt will never be pleasant.
1 comments

Both PyQt and PySide work quite well for something that "will never be pleasant".
PyQt and PySide was exactly what I had in mind. It'll leak memory, segfault on load 1% of the time, segfault if you call unrelated methods in the wrong order, you'll randomly get QStrings and QExceptions instead of their Python equivalents, and it'll be impossible to debug.