We need a basic drawing API so we can draw stuff like lines, rectangles, and circles.
Also, we need something piece of API to test PineDL on and drawing weird stuff is fun and you can 'see' the result of your code.
Discussion:
How should this be done? Just like Game Maker does using functions like draw_circle(x,y,r)?
Someone needs to do drawText.
Is this still a problem? I mean, we already have a drawing API(no text support though).