Screen capture library with movie capture support (BETA) | |
This screen capture library allows you to create screenshots and simple movie captures from your Managed DirectX applications. It currently only encodes the movie into AVI file format and the code for creating these movies is still under development to iron out the bugs and increase performance on various systems. » View this resource |
|
Wrapper for working with XInput / XBox360 controller | |
This utility library allows you to work with controllers that support XInput from MDX/.NET 1.1. The library provides a simple wrapper around the functions exposed by the XInput library, allowing you to easily fetch the state information from the controller and set the speeds of the rumble motors. » View this resource |
|
C# game scripting library with ScriptEditorControl | |
Scripting is becoming more important in game development, so we created this scripting library for our Phoenix Engine. This library makes it a whole lot easier to integrate C# scripting into your games and other applications and it also contains a nifty control to edit scripts like in Visual Studio. And yes, it comes with source code » View this resource |
|
Utility library for creating a video texture from your webcam | |
This utility library allows you to capture frames from your webcam to display these as a video texture in Managed DirectX. The library is designed to make this process as easy as possible, so a normal texture can be swapped out for a webcam video texture in about 5 lines of code. » View this resource |
|