Born in 1998 in Baku, Azerbaijan. I believe web design can be more diverse and inspiring. With a mission to present the possibilities of web design, I am pursuing new expressions through experiments and thoughts.
How did you make the background effect in this website?
I used three.js to write WebGL faster and the background
effect is written in glsl.
If you are interested in glsl, I recommend you to read
The Book of Shaders
.
Where can I find your code?
I have GitHub account but my projects (including this website) are private repository.
Can I use your code?
I don‘t allow anyone to use my code.
How did you learn web frontend and WebGL/glsl ?
By reading books and articles on the internet.
Here is a list of web pages I recommend to read.
three.js examples
The Book of Shaders
three.js journey
Codrops