Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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