It's a cool website that showcases my favourite books. I've used Three.js to add floating book covers to the page. there's also a comet that randomly spawns and moves around the page and a cosmic background with glowing stars.
this is my first ever website made with three js!
Shapes used:
- rectangle(box): for the book covers, for the comet
- sphere: for the stars
- torus and sphere group for the spaceship
Textures:
- the stars have a mesh texture with a edge glow effect
- the books and comet have a image texture
I didn't use AI for writing the code itself but i used it to help me with debugging the glow effect on the stars and shape group creation in for spaceship. All the code is human written :D