Posted Monday, 21 March, 2011 - 02:05 by flopoloco
I am not very experienced in teaching OpenGL (I could sound faulty), but I have learned the commands technically. When I want to get more information about a command then I will visit the OpenGL manual and have a look into a bit explanations.
Posted Thursday, 24 March, 2011 - 07:59 by flopoloco
I have also found about WebGL tutorials, there are plenty of people working there and making tutorials and it seems that the scene is blooming. http://learningwebgl.com/blog/?page_id=1217
It's better to swap knowledge (javascript to C#) this way, because javascript is more readable and of higher level than C++. Tutorials follow a more logical approach that is similar to C# and OpenTK.
P.S. If you have Firefox 4 type in the address bar... about:config
then switch webgl.force-enabled to true (because it's WebGL is deactivated by default on Firefox 4), if you notice instability then better use Google Chrome for WebGL :P
There is plenty of webGL engines. but, javascript, I tried, not liked. C# some reason I like the most.
webGL is the most crossplatform , but I just hate script languages (like lua, python, go, etc, (YÖK) well, javascript is best of those)
Comments
Re: VBO: How to draw a simple triangle
Could we have a detailed explanation on this code? It's very good for the beginner.
Re: VBO: How to draw a simple triangle
I am not very experienced in teaching OpenGL (I could sound faulty), but I have learned the commands technically. When I want to get more information about a command then I will visit the OpenGL manual and have a look into a bit explanations.
http://www.opengl.org/sdk/docs/man4/
Re: VBO: How to draw a simple triangle
I have also found about WebGL tutorials, there are plenty of people working there and making tutorials and it seems that the scene is blooming.
http://learningwebgl.com/blog/?page_id=1217
It's better to swap knowledge (javascript to C#) this way, because javascript is more readable and of higher level than C++. Tutorials follow a more logical approach that is similar to C# and OpenTK.
P.S. If you have Firefox 4 type in the address bar...
about:config
then switch webgl.force-enabled to true (because it's WebGL is deactivated by default on Firefox 4), if you notice instability then better use Google Chrome for WebGL :P
Re: VBO: How to draw a simple triangle
There is plenty of webGL engines. but, javascript, I tried, not liked. C# some reason I like the most.
webGL is the most crossplatform , but I just hate script languages (like lua, python, go, etc, (YÖK) well, javascript is best of those)