https://github.com/fernanda-kipper/virtual-store
This project is a web application built using WebGL technology that allows users to experience the simulation of a virtual store.
https://github.com/fernanda-kipper/virtual-store
css html javascript webgl
Last synced: about 22 hours ago
JSON representation
This project is a web application built using WebGL technology that allows users to experience the simulation of a virtual store.
- Host: GitHub
- URL: https://github.com/fernanda-kipper/virtual-store
- Owner: Fernanda-Kipper
- Created: 2023-04-03T02:57:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T00:15:30.000Z (over 2 years ago)
- Last Synced: 2025-09-29T04:38:53.949Z (16 days ago)
- Topics: css, html, javascript, webgl
- Language: JavaScript
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual Store WebGL
> This project is a web application built using WebGL technology that allows users to experience the simulation of a virtual store.[![Javascript][javascript-badge]][javascript-url]
[![WebGL][webgl-badge]][webgl-url]
[![License][open-source-badge]][open-url]
# Features
- [x] Using obj
- [x] Zoom
- [x] Texture
- [x] Adjust camera view to object views (calculus on world view matrix)
- [x] Cart loading buffers for same objects just once
- [ ] Rotation
- [ ] Preset camera animation using curves
- [ ] Dynamic Texture
- [ ] Animated Background## Development setup
```sh
git clone https://github.com/Fernanda-Kipper/virtual-store.git
cd virtual-store
```Open `index.html` file in your browser
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request[wiki]: https://github.com/yourname/yourproject/wiki
[javascript-badge]: https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E
[javascript-url]: https://developer.mozilla.org/pt-BR/docs/Learn/JavaScript/First_steps/What_is_JavaScript
[webgl-badge]: https://img.shields.io/badge/WebGL-990000?logo=webgl&logoColor=white&style=for-the-badge
[webgl-url]: https://webgl2fundamentals.org/
[open-source-badge]: https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge
[open-url]: ./LICENSE