What is threejs?

Hasini Senanayaka
2 min readJan 16, 2021

It is a light weight, java script library for creating 3D graphics with animations. This library can easy be integrated with HTML or WebGL. Compared to ThreeJs there are several 3D graphic rendering engines such as unity, JMonkey engine etc. But among those most interesting feature I found in ThreeJs is it’s learnability and excellent hardware support for rendering process. These are some features that make threeJs fantastic 3D render. Different materials, shaders, effects, renderers, shadows, light are some of them.

Without talking much let’s go to see some examples created using threejs.

  1. This is Github home page. Never noticed it before? Hurry!!! Go and check now…
https://github.com/home

2. This is campoallecomete’s web page. See how threejs can create magic on your website.

http://campoallecomete.it/#!/en

3. This is another amazing web site by LE CHEMIN DE REIMS. Check it out.

https://chartogne-taillet.com/en

4. This is whole new way of designing a web site

https://www.kodeclubs.com/

5. Following is simple yet astonishing web site by SDU.

https://fremtidensuddannelser.dk/en

Excited right? These are only few examples for magical capabilities of ThreeJs.

--

--