-Adapted an open-source virtual art gallery from
github.com, my modified version is displayed on my
website-Captured video while navigating this gallery, simulating endless exploration.
-Converted the digital video to analog.
-Processed the analog signal into hardware, creating glitches, analog video feedback, titler effect, and recolorization intensifying the disorientation effect typical of the idea of «Divagation»
This project simulates an art gallery in your browser using
REGL. It aims at reproducing the experience of a real art gallery. The architecture is generated using a 10km long 6th order
Hilbert Curve. The paintings are asynchronously loaded from the
ARTIC and placed on the walls. You can use this project to display your own artworks.
Virtual art gallery by
Clement Cariou
Setup
Installation :
git clone https://github.com/ClementCariou/virtual-art-gallery.git npm install
Start the budo dev server :
npm start
Build :
npm build
Using it with
local images
The local api is accessible using this URI params in the address bar: ?api=local (it's possible to load automatically this API by changing the default API in the api.js file). You can change the displayed images in the folder
images, you will need to rebuild the project (or relauch the dev server) to apply the modifications.