Virtual Art Gallery Save

Explore an Art Gallery in your browser.

Project README

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.

Open Source Agenda is not affiliated with "Virtual Art Gallery" Project. README Source: ClementCariou/virtual-art-gallery

Open Source Agenda Badge

Open Source Agenda Rating