|
Post by Zer0linK on May 16, 2007 21:52:16 GMT 1
I'm starting in this thing and I wish to know what graphic lib is used to program apps for palmOS (like LJP).
thx...
|
|
|
Post by metaview on May 16, 2007 22:36:15 GMT 1
None.
|
|
|
Post by Tinnus on May 19, 2007 2:02:20 GMT 1
Usually you just access the screen buffer directly like *(ptr + y*pitch + x) = color;
There's an SDL port going around though, I think Metaview has the one with sound and stuff ;D
(BTW LJP, and all emulators, Quakes and Dooms, use the screen buffer directly, of course, for speed sake)
|
|