Chad Knight x Spaces : Spatializing Virtual Genesis

Hi everyone! :grinning:

My company Spaces recently launched a virtual gallery in collaboration with Chad Knight, it was built on react three fiber and nextjs. Let me know what you guys think about the space! https://spaces.gallery/chad

ezgif.com-optimize (1)

Also, my coworker Steven wrote up a short article describing our design process and considerations that we faced while designing and building the space, I’m happy to answer any questions about that too!

4 Likes

It’s pretty cool!

1 Like

thank you! we have more coming :slight_smile:

Could you map the controls to non-english keyboards ?
It’s easy, in your event listener for keydown events, just look for the event.code value.

2 Likes

Wow that’s something I hadn’t thought about, I’ll definitely look into that. Thanks for bringing that up