dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
766 stars 300 forks source link

Restructure Render Contexts to OpenGL Contexts #12

Open dwmkerr opened 10 years ago

dwmkerr commented 10 years ago

Rendercontexts need to be changed to OpenGLContexts and decoupled from the OpenGL object. The UI controls will then create a context and activate it only as needed.

robinsedlaczek commented 10 years ago

Hi Dave! This sounds very interesting! What do you think, can I work on it?