WebGL Course
Learning WebGL Course from swiftcoding
Today the browser is the OS. You want to develope something online ? - you do it in the browser. Even games can now be made into the browsers. How ?
WebGL - Web GL is an implemntation of the OpenGL language for creating 3D rendered scenes inside the browser webpage using HTML5 canvas tag and 3D view. Learn how to progarm in WebGL in this cool course full of graphics.
WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins. WebGL does so by introducing an API that closely conforms to OpenGL ES 2.0 that can be used in HTML5