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?
What is known about the site: open.gl?
Started by Butabah, Jul 05 2011 05:10 PM
4 replies to this topic
Ad:
#2 Members - Reputation: 785
Posted 05 July 2011 - 07:32 PM
An upcoming site?
You are here to advertize your site.
You have joined this forum today just to make this post.
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);
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);
#4 Members - Reputation: 100
Posted 10 July 2011 - 02:52 PM
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.
Hope this answers your question.
#5 Members - Reputation: 100
Posted 11 July 2011 - 10:52 AM
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.






