Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 993 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 993 Bytes

####Opensource 2D GameEngine for indie developers

Sharpex2D allows you to create beautiful 2D games under .NET for Windows and Mono compatible systems. This engine is completly open source and free to use, even for comercial projects. It's written in C# and supports the following graphic frameworks.

######Graphics

  • DirectX9
  • DirectX10
  • DirectX11
  • OpenGL
  • Graphics Device Interface

There are also different types of handling input. The supported devices are listed below.

######Input

  • Keyboard
  • Mouse
  • Touch
  • Gamepad
  • Joystick

######Getting started Checkout the wiki, and get a quick overview of how to use Sharpex2D in your game.

You can download the engine via nuget (https://www.nuget.org/profiles/ThuCommix/). For additional info visit http://sharpex2d.de/ . The source code can be found here: https://github.com/ThuCommix/Sharpex2D .