Fastest bit-blit in C# ?
- by AttackingHobo
I know there is Unity, and XNA that both use C#, but I am don't know what else I could use.
The reason I say C# is that the syntax and style is similar to AS3, which I am familiar with, and I want to choose the correct framework to start learning with.
What should I use to be able to do the most possible bit-blit(direct pixel copy) objects per…