Topic: Apple M1 Max - OpenGL

Just curious - is there any resource available for using OpenGL with the Mac M1 Max?  I can use OpenGL in C, but would like to use OpenGL with Simply Fortran on the Mac M1 platform.  It was no problem in Windows, but I'm migrating to OSX.

I know OpenGL is being deprecated on OSX, but I still use it and haven't yet looked at Metal.

Thank you for any assistance!

Stan

Re: Apple M1 Max - OpenGL

Stan,

The only pure OpenGL bindings I've used for Fortran lately are from F03GL at https://www.12000.org/my_notes/faq/fortran/index.htm.  It should work on macOS as well.

Jeff Armstrong
Approximatrix, LLC

Re: Apple M1 Max - OpenGL

Thanks Jeff... I'll do my best and give it a try!