Environment / Technology for developing 3D Web applications

1

Many web applications are now using 3D features in their applications. One place I found some examples was in Chrome Experiments . An example that instigated my curiosity was this application .

My question is:

What are the current technologies for the development of this content? What are the development environments for such?

    
asked by anonymous 23.02.2016 / 19:09

1 answer

1

To make Medusae, we used HTML5 Canvas, JavaScript, Procedural GLSL among other techniques.

The entire Medusae project is in GitHub .

The images of the project can be found at Flickr

To learn more about HTML5 Canvas visit link

    
23.02.2016 / 20:33