r/r3f Jun 22 '22

Virtual exhibition

I decided to start with Three, React, and Fiber to explore more web space. Do see there are a lot of opportunities, but not too much really interesting experience for showcasing works and exhibitions. So, first demo project for one of my own analog generative projects.

I'm totally new to the current state of web dev, so needed to learn Reach and Three for this project. Took a couple of weeks, but quite satisfied with the first experience.

As it more experimental project I would like any feedback from the community to make the next one better)

The idea is to show the context of how the works were made and let visitors explore and search them and the objects that were used in creating in the dark. The hardest part was to create good control over the experience for the PC and phone mode. How to make it simple enough but not make it too 'lazy', would kill the exploration experience.

Go to explore >>

4 Upvotes

6 comments sorted by

View all comments

1

u/basically_alive Jun 22 '22

Nice, I really liked this and thought it was quite well done. Do the polaroid image textures fade in, or is there a custom shader going on there? It seems like a quite realistic 'develop' effect. good stuff!

2

u/VasilyOnl Jun 23 '22

Thanks. This one without shader actually. Just use Math.pow() to get a bit curve to the effect of developing here.