1.0.0 • Published 2 years ago

virtual_art_gallery v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Virtual Art Gallery Build Status

screenshot

Description

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.

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.