What is known about the site: open.gl?

Started by
3 comments, last by Butabah 12 years, 9 months ago
Hey guys,

While this doesn't pertain to OpenGL itself, there is an upcoming site called: "open.gl" that looks very fresh and very promising, but it'll be
23 or so days until it publishes content.

Does anyone know anything about this site in terms of who its creators are?
Advertisement
An upcoming site?
You are here to advertize your site.
You have joined this forum today just to make this post.
Sig: http://glhlib.sourceforge.net
an open source GLU replacement library. Much more modern than GLU.
float matrix[16], inverse_matrix[16];
glhLoadIdentityf2(matrix);
glhTranslatef2(matrix, 0.0, 0.0, 5.0);
glhRotateAboutXf2(matrix, angleInRadians);
glhScalef2(matrix, 1.0, 1.0, -1.0);
glhQuickInvertMatrixf2(matrix, inverse_matrix);
glUniformMatrix4fv(uniformLocation1, 1, FALSE, matrix);
glUniformMatrix4fv(uniformLocation2, 1, FALSE, inverse_matrix);
Well, you have to be patient, and start advertisement when there is at least one article. :wink:

This is a site being made by Overv from Facepunch. It's going to be a tutorial on basically non-deprecated OpenGL including context creation for each specific language and platform. In fact, Overv made a post about a while ago here: http://www.gamedev.net/topic/602599-is-there-a-need-for-another-modern-opengl-guide/page__p__4814026#entry4814026

Hope this answers your question.

This is a site being made by Overv from Facepunch. It's going to be a tutorial on basically non-deprecated OpenGL including context creation for each specific language and platform. In fact, Overv made a post about a while ago here: http://www.gamedev.n...26#entry4814026

Hope this answers your question.


Thank you, thumbs up.

I didn't know if it was gonna be another NeHe or what, but you answered my question perfectly.

This topic is closed to new replies.

Advertisement