The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
[O.T.]-Need The Best WebGL Tutorial Around!
JeZ-l-Lee


Joined: 20 Sep 2009
Posts: 572
Location: Long Island, New York, United States, Earth
Hi,

I've dropped Unity3D and GameMaker:Studio and am returning to HTML5/JS.
Have a big 2-D video game planned next(even bought it it's own domain).

I need the absolute best WebGL tutorial there is on the Internet.
I've Google'd quite a bit but could not find anything recent.

My current HTML5/JS 2-D video game engine is too slow for this new project.
Need the performance of WebGL, but can't find a great up-to-date tutorial.

Let me know, thanks!

P.S. - I am using a paid version of JetBrains "WebStorm" (quite frankly the best JS IDE there is for Windows/Linux)...
MZIskandar


Joined: 10 Aug 2016
Posts: 4
Hello.

WebGL is very similar to OpenGL.
Once you make OpenGL context, you can do most OpenGL stuff on it.
http://learningwebgl.com/ is a good place to start.

If you need more library, you can try http://threejs.org/