Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What does EiffelOpenGL consist of?

eiffelopengl
0
Posted

What does EiffelOpenGL consist of?

0

A decent number of Eiffel classes and a few C text and header files. Together they implement a wrapping of the OpenGL and GLUT libraries and also the WGL OpenGL extension library. Originally I also started wrapping the OpenGL AUX library but dropped that in favor of GLUT. EiffelOpenGL is divided into three parts: * EGL. The Eiffel library that wraps the OpenGL GL and GLU libraries. * EGLUT. The Eiffel library that wraps the GLUT library. * EWGL. The Eiffel library that wraps WGL, the OpenGL extension library for the Win32 platform. • What versions/implementations of OpenGL and GLUT are supported? Since development has been done on the Win32 platform and because I’ve only used the OpenGL files provided by Microsoft I have so far only wrapped OpenGL 1.1 functionality. The currently shipping opengl32.dll from Microsoft only has entry points for OpenGL 1.1. If an application wants to use OpenGL 1.2 or 1.3 functions, it has to use the function wglGetProcAddress() in order to obtain the Open

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123