01-18-2013 02:49 PM
how to draw simple shapes like a line or a square.
Sorry if it was too simple but i am new to development enviornment
01-18-2013 03:22 PM
You'll need to use OpenGL.
01-18-2013 03:55 PM
01-18-2013 05:17 PM
Another option if you want to avoid OpenGL is pixel by pixel mathematically.
It's not as difficult as it may sound. There's an example in in the API Documents under Blits.