cynthiachiu / 3D-Art-Gallery

An interactive, 3D art gallery featuring paintings and sketchings that I have done over the past while. This is a React-based application that leverages React-Three-Fiber to render my art in 3D with moving spotlights, smooth horizontal scrolling, interactive mouse movement, realistic lighting with shadows, and postprocessing to add effects to the scene including noise and filters.

Home Page:https://cynthia-3d-art-gallery.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Art Gallery

 

Demo

Art Gallery

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

An interactive, 3D art gallery featuring paintings and sketchings that I have done over the past while. This is a React-based application that leverages React-Three-Fiber to render my art in 3D with moving spotlights, smooth horizontal scrolling, interactive mouse movement, realistic lighting with shadows, and postprocessing to add effects to the scene including noise and filters.

See and play with my deployed demo at: https://cynthia-3d-art-gallery.netlify.app/

demo.mp4

✨ Features

βœ”οΈ React-based application using 3D web technology;
βœ”οΈ 3D Rendering of my paintings and sketches;
βœ”οΈ Interactive mouse movement;
βœ”οΈ Moving spotlights that highlight the current piece of art and cast realistic shadows;
βœ”οΈ Postprocessing scene effects;

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/cynthiachiu/3D-Art-Gallery

# Access
$ cd 3D-Art-Gallery

# Install dependencies
$ npm i

# Run the project
$ npm start

# The server will initialize in the <http://localhost:3000>

πŸ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❀️ by cynthiachiu

 

Back to top

About

An interactive, 3D art gallery featuring paintings and sketchings that I have done over the past while. This is a React-based application that leverages React-Three-Fiber to render my art in 3D with moving spotlights, smooth horizontal scrolling, interactive mouse movement, realistic lighting with shadows, and postprocessing to add effects to the scene including noise and filters.

https://cynthia-3d-art-gallery.netlify.app/


Languages

Language:JavaScript 70.6%Language:HTML 18.5%Language:CSS 10.9%