After strenuously pushing myself, I finally managed to get some basic, rudimentary, simple drawing into my project. It started of all funky - my first stratagem was to interpret the mouseDragged event and draw a 5 pixel oval. Only, the mouseDragged event doesn't happen at every pixel of course, so everything was funkeh. Easily rectified by storing
(
Read more... )