Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikskuh/openworld.engine

A C# game engine based on OpenGL and OpenTK.
https://github.com/ikskuh/openworld.engine

Last synced: about 1 month ago
JSON representation

A C# game engine based on OpenGL and OpenTK.

Awesome Lists containing this project

README

        

OpenWorld.Engine
================

A C# game engine based on OpenGL and OpenTK.

The engine design is a mixture of the XNA Framework and Unity. You have low level
functionality similar to XNA with shaders, textures, direct draw calls, ... but also
high level functionality similar to Unity with component based scene management,
materials and a deferred renderer.

Features:
Listed in Features.txt

Future Planning:
Look at the Feature-TODO.txt to see what is planned and what is work-in-progress.

Get the project with git:
https://github.com/MasterQ32/OpenWorld.Engine

To compile this, you'll need Microsoft Visual Studio 2013 and following libraries:
- OpenTK (www.opentk.com)
- Assimp.Net (https://code.google.com/p/assimp-net/)
- SharpFont (https://github.com/Robmaister/SharpFont)

If you use it and encounter a bug, please report it to with GitHub issues.