treeform / fidget

Figma based UI library for nim, with HTML and OpenGL backends.
MIT License
766 stars 31 forks source link

OpenGl? #87

Closed bob-u closed 4 years ago

bob-u commented 4 years ago

What version of opengl does fidget support in it’s window?

treeform commented 4 years ago

Ideally all of them. I want to query the openGL version and use the right calls/right shaders for that version. I hope that only involves the 4.x path, 3.x path and openGL es path.

I probably will not support openGL 2 or 1. Too old!

treeform commented 4 years ago

Does that answer your question?