coin3d / coin

Coin3D core library
BSD 3-Clause "New" or "Revised" License
266 stars 105 forks source link

OpenGL SC usage possible with coin3d? #502

Open SilverLive opened 1 year ago

SilverLive commented 1 year ago

Hello,

just one simple question, is it problematic to use OpenGL SC 2 with coin3d? If yes, what about OpenGL ES3 or ES2?

Thanks in advance

Johannes

WizzerWorks commented 1 year ago

I've created a private project to investigate support for OpenGL ES. I haven't made much progress on it yet, but if you are interested in contributing please let me know.

WizzerWorks commented 1 year ago

I've started working on GLES support. I'm currently working on EGL first and removing GLX dependencies.

See glue_egl port for recent work.