←back to thread

135 points helfire | 1 comments | | HN request time: 0.001s | source
Show context
JKCalhoun ◴[] No.43648097[source]
Wondering what I could do with it ... I rewrote Glypha (an old Mac shareware game I wrote) using modern SDL2. Might be fun to try to "back port" (?) it to OS 9 on top of SDL2 (rather than the clunkier CopyBits() calls I used in the original shareware game).
replies(4): >>43648352 #>>43649119 #>>43649682 #>>43654556 #
1. classichasclass ◴[] No.43649682[source]
The funny part is I think the SDL2 porter implemented most of the software rendering with ... CopyBits!