dwmkerr / sharpgl

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

GLUT Support #154

Open PCF100 opened 5 years ago

PCF100 commented 5 years ago

Hi,

Does SharpGL support GLUT? If so, how do you call GLUT functions?

Thanks

dwmkerr commented 5 years ago

Hi @PCF100 many of the GLUT functions are around things like context and window creation, so I did't migrate them over as this is handled already. Are there specific functions you need? If so let me know and I'll see what I can do!