D
D
Dmitry Petrov2015-05-17 15:38:48
css
Dmitry Petrov, 2015-05-17 15:38:48

Where can I get information on WebGL and the library itself?

Hello.
Here they gave us a task at the university, divided into several points. The final should be a program in which a three-dimensional figure is drawn, on which a number of operations can be performed. A list of functions must be implemented: the Roberts algorithm, z-buffer and others.
I started using canvas and got to the Roberts algorithm using only canvas.getContext('2d'); . Now it's z-buffer's turn and I want to use WebGL, but googling has yielded only some dubious lessons.
Can someone bring me up to date: where can I get information on WebGL and the library itself, and are I asking the right questions in general?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Daniil Kolesnichenko, 2015-05-17
@krutoo

The library itself does not need to be taken from anywhere, it is built into the browser
Information can be viewed, for example, here or here

S
sim3x, 2015-05-17
@sim3x

https://developer.mozilla.org/en-US/docs/Web/WebGL
https://www.khronos.org/registry/webgl/specs/latest/

M
mirbekm, 2015-05-23
@mirbekm

https://developer.mozilla.org/en/docs/Web/WebGL

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question