Tagged Questions

7
votes
2answers
115 views

What is the “side scrolling hack” from old games?

I have heard that old arcade side scrolling games used a specific programming hack to enable performant side scrolling. I understand that years ago the machines weren't powerful enough to repaint the ...
1
vote
2answers
899 views

Animation effect in .NET?

Can someone point me to a C# open source implementaion with a simple image animations. e.g. I feed the input image to animator, and the animation code produces a few dozen of images which if ...