Tagged Questions
2
votes
3answers
1k views
What is the simplest way to render video into memory (for drawing to a texture) in .NET?
In my project I would like to be able to play back video on surfaces in the world. I intend to do this by having the video frames rendered to a block of memory, then use this to update a texture each ...
0
votes
1answer
449 views
How do I install SDL.NET in Visual Studio 2010? (Or any other .NET library)
I'm trying to get SDL.NET to work in Visual Studio 2010, but am really not sure how to go about installing the library (or creating a custom project or something), and any basic instructions would be ...
42
votes
12answers
8k views
What C# libraries can be used to support game development?
As games are based on many different subsystems things like graphics (DirectX, OpenGL, ...), sound (OpenAL, Ogg Vorbis, ...) or physics (collisions, ...), what libraries do you know that are useful ...