I’m looking for some way to draw simple 2d graphics quickly (on a per-frame basis). I’m particularly interested in being able simple geometry (rectangles and lines) and text.
ie. Something like this.
I’ve tried using PNMImages, but the framerate drops into the twenties.
Does anyone have any suggestions?