Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivah12/3js-sphere
I’ve built a website dedicated to learning Three.js, an awesome JavaScript library for creating 3D graphics.
https://github.com/shivah12/3js-sphere
landing-page three-js threejs-example vanilla-javascript
Last synced: 5 days ago
JSON representation
I’ve built a website dedicated to learning Three.js, an awesome JavaScript library for creating 3D graphics.
- Host: GitHub
- URL: https://github.com/shivah12/3js-sphere
- Owner: shivah12
- License: mit
- Created: 2024-06-13T15:25:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T15:39:10.000Z (5 months ago)
- Last Synced: 2024-10-19T01:39:02.253Z (about 1 month ago)
- Topics: landing-page, three-js, threejs-example, vanilla-javascript
- Language: HTML
- Homepage: https://3js-sphere-two.vercel.app/
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sphere
Sphere is a project dedicated to learn Three.js, the popular JavaScript library for creating 3D graphics on the web. This was a fun and educational experience, and I'm excited to share it with you!
## Table of Contents
- [Tech Stack](#tech-stack)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Tech Stack
- Vanilla Javascript
- ThreeJs## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/your-username/3js-Sphere.git
```2. Navigate to the project directory:
```bash
cd 3js-Sphere
```## Usage
Visit the [live demo]((https://3js-sphere-two.vercel.app/)) to explore sphere's features, including:
- Interactive 3D graphics powered by Three.js.
- User-friendly interface for learning and exploring.## Contributing
Contributions are welcome! Please follow these guidelines when contributing to the project:
- Fork the repository.
- Create a new branch: `git checkout -b feature-branch`
- Make your changes and commit them: `git commit -m 'Add new feature'`
- Push to the branch: `git push origin feature-branch`
- Submit a pull request.For major changes, please open an issue first to discuss potential changes.
## License
This project is licensed under the [MIT License](LICENSE).
```