Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

2D graphics with C#

I see a lot of 3D graphics tech out there, but no real 2D graphics tech, nor books etc.. Any tips as to where to start for digging into 2D graphics programming in C#?

I've been fiddling with GDI+ for a while now (see demo: http://www.youtube.com/watch?v=uvqPHfWCWSM).. I however want to switch to something that's faster - but for 2D: Direct2D (Dx), OpenGl, come to mind, but are they suited for 2D?


UPDATE 08/03/2016: I now use MonoGame a cross-platform XNA implementation.

Thanks, Y

like image 907
Yves Schelpe Avatar asked Jan 28 '26 03:01

Yves Schelpe


1 Answers

For C# you always have XNA, still does the job.

like image 82
Joshua Waring Avatar answered Jan 29 '26 17:01

Joshua Waring