Skip to content

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

License

Notifications You must be signed in to change notification settings

JoanStinson/OpenTKMVVMExample

Repository files navigation

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.