I found winamp rendering visualizations to the desktop pretty damn cool. How would I go about drawing to the desktop in blitzmax?
I was hoping it would be as simple as:
but that doesn't work, and attachgraphics in wx doesn't seem to do the trick either.
Anyone suggestions?
I was hoping it would be as simple as:
Local g:tgraphics = Desktop().CanvasGraphics() setgraphics(g)
but that doesn't work, and attachgraphics in wx doesn't seem to do the trick either.
Anyone suggestions?