Webgl | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Webgl

Which programing language is used to creat webgl?

1st Jul 2017, 9:31 AM
bong4477
bong4477 - avatar
2 Respostas
+ 13
WebGL programs consist of control code written in JavaScript andĀ shaderĀ code that is written inĀ OpenGL Shading LanguageĀ (GLSL), a language similar toĀ CĀ orĀ C++, and is executed on a computer'sĀ graphics processing unitĀ (GPU). It evolved out of the Canvas 3D experiments started byĀ Vladimir VukićevićĀ atĀ Mozilla.
1st Jul 2017, 9:46 AM
Dev
Dev - avatar
0
JavaScript is used with WebGL. GLSL is a shader language but you can use WebGL without writing custom shaders. If you want to see some examples using WebGL, check: Volumetric 3D Julia Set Fractal Viewer https://code.sololearn.com/W6e6xWN0T7Jv/#html or Mandelbrot Fractal Zoomout https://code.sololearn.com/WiH4n0rrvD1B/#html Both examples use custom shaders.
18th Oct 2020, 6:31 AM
Josh Greig
Josh Greig - avatar