Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michidk/brokenengine

A game engine written in C# using OpenGL
https://github.com/michidk/brokenengine

Last synced: 12 days ago
JSON representation

A game engine written in C# using OpenGL

Awesome Lists containing this project

README

        

# Broken-Engine
A game engine is written in C# using OpenGL.

## This game engine is NOT broken! :)
But it has a very creative name.
Please note that this is only a test/side project, which is still in development.
The purpose of this project is, to learn how to write a game engine.
This game engine is written in C# using the OpenGL bindings and math classes from OpenTK.

## Dependencies
- OpenTK (OpenGL)
- ImGui (UI)
- NLog (Logging)
- ExtendedXmlSerializer

Requires OpenGL > 4.2

## Run It
`dotnet run --project .\Example\`