All-in-one program for creating 2D scrolling games. Compile your games into stand-alone .NET executables or customizable C# source code. The IDE and framework are build on OpenTK, which wraps OpenGL, so generated games can be cross-platform.
Library for Windows Forms that provides basic animations like WPF.
...In Form load (you could also do it elsewhere), add the animations:
anims.Add("myanimation", panel1.MakeAnimation("Width", 100));
3. Play the animation, for example in panel1.clicked event:
anims.Toggle("myanimation")
Your panel is now animated! Have fun!
If you have any problems/concerns, please contact me.
Rapidly create HTML5 mobile web enterprise applications in .NET
With its WYSIWYG designer and familiar C# programming model, Visual WebGui is the natural choice for Visual Studio developers who want to create enterprise-class HTML5 apps for any mobile device or desktop.