Skip to content

jouncealimb/gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery

Online automated art gallery based on your search input.

There is now a functional alpha version currently being hosted at owlsketch.com/gallery

This program is based on two programs. A python web scraper, that gets the images of your favorite artist from http://www.metmuseum.org/collection/the-collection-online, and a webGL/ThreeJs application that dynamically makes your own art gallery.

Alt text

#Current Release ##v0.1-alpha.2

The following has been implemented:

  1. Menu for pause screen and rendering pause

  2. Ray Cast selection of individual paintings

  3. Player object collision against walls and other objects

  4. Imported 3D objects successfully loaded

#Next Release ##v0.1-alpha.3

The implementations (in order of priority) for the next release will be:

  1. Sub-menu for controls and credits sections

  2. Allow control re-mapping and sensitivity adjustment

  3. Import "missing" 3D elements for sample scene (Molding, lights, frames)

Structure

App structure is as follows:

	---> gallery application menu
		---> enter scene --> painting selection ---> displays information on painting
		---> search input for different artists ---> new gallery application

About

Online art gallery based on WebGL and Three.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Other 1.6%