https://github.com/kritagya-web/kritagya-art-gallery-3d
https://github.com/kritagya-web/kritagya-art-gallery-3d
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kritagya-web/kritagya-art-gallery-3d
- Owner: Kritagya-web
- License: mit
- Created: 2025-01-06T11:14:34.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-02-11T20:58:57.000Z (8 months ago)
- Last Synced: 2025-02-11T21:34:27.378Z (8 months ago)
- Language: JavaScript
- Homepage: https://kritagya-art-gallery-3d.vercel.app/
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# kritagya's Art Gallery
In this part of my portfolio, I aimed to recreate a virtual first-person experience of exploring an art gallery. To achieve this, I created first-person controls and integrated all my side projects as if they were part of the museum's exhibits.
You can now explore it [here](https://kritagya-art-gallery-3d.vercel.app/).
## Links
### Kritagya Kumra's Portfolio
- [Source Code](https://github.com/Kritagya-web/kritagya-3d-portfolio)
- [Live Demo](https://kritagya-3d-portfolio.vercel.app/)### kritagya's Arcade Machine
- [Source Code](https://github.com/Kritagya-web/kritagya-arcade-machine-3d)
- [Live Demo](https://kritagya-arcade-machine-3d.vercel.app/)### kritagya's OS
- [Source Code](https://github.com/Kritagya-web/kritagya-window10-os)
- [Live Demo](https://kritagya-win10-os.vercel.app/)## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:```bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```## License
This project is licensed under the [MIT License](LICENSE).