samedi 11 juin 2011

DarkGDK .NET Work

Here a video of my last work, the purpose was to create a c# class which react as a Button (Change display when mouse over/leave) send event when mouse over/leave/click. I'am Working on the feasibility of a Game Project


You can see the sprite "START" in the video one of them have a Event


Syntax example:
ClassButton cla = new ClassButton(sName, iX,iY, image 1, image 2)
cla.OnMouseOver += new Event(xxxxx)
ect....




* The second purpose was to display a text with different color to make a 3D Text or new style of text very faster that means not used Text.ShowText() or CenterText which take time and not work correctly
* Solution : Use directx manage servie like D3D.Font which include a methode to drawtext very fastly

Here an example i dysplay 9 string with different color and position to obtain this.


Here the finale work:


vendredi 3 juin 2011