Sharpex2D
Sharpex2D copied to clipboard
2D GameEngine for Indie games with alot of features
With the Sharpex2D-1.3.0 release, as in the tutorials, it works right out of the box by adding the existing Sharpex2D / Sharpex2D.CSCore projects to your new project, but on the...
Support
Provide code samples and documentation. (C# & VB.NET!) Also update the vsix extension with VB templates.
It seems like the the texture is inverted after drawing. Fix tex coords and position
Switch from DX FRP to a shader based approach like in OpenGL.
(Re)Add multi sampling into the renderers. This may require abstract renderers instead of interfaces.
Shaders are already used for the OpenGL renderer, it's time to bring this neat feature to the developer. This would brings alot of trouble regarding glsl hlsl. We may need...