I know nomad is written in OpenGL but a lot of the time it uses a secondary programming language like C, C++?

If I’m going to ask for a feature I’d like to add references to make it easier on the software developers i don’t mind scrolling through GitHub looking for MIT license projects?

OpenGL++ was a graphics library written in C++ that supported object-oriented data structures on top of the OpenGL 3D graphics system. The project started as the result of a partnership between SGI, IBM and Intel, and later, Digital Equipment Corporation. It was intended to provide a higher level API than the “bare metal” support of OpenGL, as well as being an implementation for Java3D. Work on OpenGL++ ended when SGI decided to partner with Microsoft instead, leading to the Fahrenheit project, which also died.

1 Like

OpenGL is an API used for drawing 3D graphics. OpenGL is not a programming language; an OpenGL application is typically written in C or C++.

1 Like

I thought as much usually all apps on the Apple App Store is written in C/C++ thanks.