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

https://github.com/joanstinson/opentkmvvmexample

An OpenTK rendering example of basic geometries within a MVVM architecture.
https://github.com/joanstinson/opentkmvvmexample

csharp mvvm-architecture opengl opengl-tutorial opentk opentk-library shaders

Last synced: 4 months ago
JSON representation

An OpenTK rendering example of basic geometries within a MVVM architecture.

Awesome Lists containing this project

README

        

# OpenTK MVVM Example
An OpenTK rendering example of basic geometries within a MVVM architecture.



Made With SDL


License


Last Commit


Repo Size


Downloads


Last Release



## 📜 Kata Rules
* A WPF window using 4 GLWpfControls, displayed as if it were a grid.
* The 4 geometries must be: a triangle, a rectangle, a square and a circle.
* Produce readable and maintainable code.
* Use design patterns to structure the code.
* Apply SOLID principles.
* Use a framework for Dependency Injection.
* Make testable and tested code.
* Apply a MVVM architecture.