Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

37 lines (34 loc) · 1.41 KB

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.