|
|
|
|
|
by raspo
2364 days ago
|
|
I don't know much about WebGL (that's why I would be interested in reading something like this), but I'm turned off at the very beginning by the choice of this extra regl framework.
To me, it sounds like having a tutorial titled "How to create an HTML5 form for your website", and as the very first step installing React or Vue... maybe that's just me.
I'll probably still check it out at it seems like a very good write-up. |
|
It looks like this API aims to keep the same abstraction level as OpenGLs API, but without the state management required.
So this won't allow you to go straight to OpenGL, but it will teach you the concepts and objects you use with OpenGL.
One of my favorite tutorials and references for learning graphics concepts is http://learnwebgl.brown37.net/.