An open API service indexing awesome lists of open source software.

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

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).