Create a Direct3D Device in C# using DirectX description
In this tutorial I explained step by step how you can take your first step into directX programming in .Net, after you complete this tutorial you will be able to create a simple device just like the image. You will eventually be able to initialise Direct3D, render a scene and shutdown.
File List:
Stage1.cs
8Kb
Similar code
Connect4 - Java Applet conversion to C# Windows Application
(Popularity: ) : Pit yer wits against your computer in this AI version of Connect4.. A C# conversion of my java assessment which deals with issues like AI and GDI+ graphics buffering. Floating between beginner and intermediate level depending on your state of ... Comboling
(Popularity: ) : This is a game concepted by Jerom Lulling. Fun little thing that I played online and felt it should be available as a separate piece of software. So I coded it and came up with this representation. Did it for ... FourPlay
(Popularity: ) : I started programming this during 1997 using QuickBASIC 4.5 and my User Interface Library (TxMUI). Due to the limited nature of the QuickBASIC IDE I had to keep the source code slim & trim. Hence you won't find a lot ...