Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.24 KB

OpenTK base application in C#

  • Uses OpenTK to create a window and manage windows and input, to serve as basis for an OpenGL based renderer in C#

Installation

It is possible nothing additional is needed, NuGet is used to pull the OpenTK project. In case something is needed:

Usage

  • Clone and use directly. Just need to change the function that is passed to the OpenTKApp.Run method to change the behaviour function.

Licenses

Engine code developed by Diogo de Andrade and Nuno Fachada; it is made available under the Mozilla Public License 2.0.

Code uses:

All the text and documentation (i.e., non-code files) are made available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.