Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 382 Bytes

MonoMax.GLPlayground

Integration of OpenGL calls from C++

C++

  • glfw for creation of hidden window
  • glad for OpenGL calls

C#

  • Using a WriteableBitmap and it's Backbuffer
  • No airspace restrictions due to pixel ownership with WPF

TODO:

  • Implement background render thread
  • Benchmark against OpenTK control, etc.
  • Why can't the window creation be omitted ?