|
|
|
|
|
by Dwedit
912 days ago
|
|
It looks a little bit like the animation seen in the "8088 Domination" demo in how you can see the screen get redrawn incrementally. But 8088 Domination syncs up with the music. This one does not sync with the music. I think it needs to consider how long each frame takes to draw, and skip frames when behind. (Or render a partially finished frame, as done in the 8088 domination demo) |
|