Skip to main content
Home Forums 68kMLA Programming: How hard would this be? — #2
Post #2 by porter
Source Forum68kMLA
CategoryDevelopment
Post DateMon, 16 Mar 2009 - 08:20
Original URLhttps://68kmla.org/bb/threads/programming-how-hard-would-this-be.16889/
Post
I would limit the drawing to get the maximum speed out of it. You need to see how many microseconds per pixel you can get it to perform to. ( eg horizontal = time, vertical = amplitude )

So see if QuickDraw will run fast enough, I suggest something like patXor and LineTo as the main calls.

If not you may have to drive the screen buffer yourself.

Stick to original monochrome Quickdraw, not colour.

mp.ls