I am scripting a SystemC simulation demo under VLAB.
How can I display an image on the screen, as one of the things the demo does at it runs?
I tried opening a window and displaying an image using wx, but this required me to create a wxApp, which blocked the thread of my demo.
Edit:
This question almost amounts to the same question that is often asked: "How can I display an image in Python?", because the VLAB interpreter is Python. However, I'm looking for a solution that doesn't require me to point VLAB at third party libraries.