Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablo-restrepo/3d-object-webpage
Simple web app to view a 3D model on a web page with Three.js
https://github.com/pablo-restrepo/3d-object-webpage
3d css html threejs
Last synced: 11 days ago
JSON representation
Simple web app to view a 3D model on a web page with Three.js
- Host: GitHub
- URL: https://github.com/pablo-restrepo/3d-object-webpage
- Owner: Pablo-Restrepo
- License: gpl-3.0
- Created: 2023-07-26T23:22:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T07:50:45.000Z (11 months ago)
- Last Synced: 2024-11-09T17:27:11.337Z (2 months ago)
- Topics: 3d, css, html, threejs
- Language: JavaScript
- Homepage: https://Pablo-Restrepo.github.io/3D-Object-WebPage/
- Size: 62.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3D Object On WebPage
[![HTML](https://img.shields.io/badge/HTML-5-E34F26.svg)](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
[![CSS](https://img.shields.io/badge/CSS-3-1572B6.svg)](https://developer.mozilla.org/en-US/docs/Web/CSS)
[![JavaScript](https://img.shields.io/badge/JavaScript-ES6-F7DF1E.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[![Three.js](https://img.shields.io/badge/Three.js-r154-7B68EE.svg)](https://threejs.org/)
## Link 👉 https://Pablo-Restrepo.github.io/3D-Object-WebPage/
## Description
The project is a simple web application that allows users to view a 3D model on a web page. It uses the Three.js library to create and render 3D graphics in a browser.## How to Use
1. Clone the repository to your local machine using the following command:
```bash
git clone https://github.com/Pablo-Restrepo/3D-Object-WebPage.git
```2. Open the `index.html` with Live Server (or local development server).
## License
This project is licensed under the GNU General Public License v3.0. See the `LICENSE` file for more details.