Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertsmrek/ferris-wheel
Ferris Wheel Three.js Project
https://github.com/robertsmrek/ferris-wheel
threejs
Last synced: 14 days ago
JSON representation
Ferris Wheel Three.js Project
- Host: GitHub
- URL: https://github.com/robertsmrek/ferris-wheel
- Owner: robertsmrek
- Created: 2024-10-11T08:44:00.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-17T20:04:56.000Z (20 days ago)
- Last Synced: 2024-12-17T20:36:11.756Z (20 days ago)
- Topics: threejs
- Language: JavaScript
- Homepage: https://pg-ferris-wheel.netlify.app/
- Size: 41.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ferris Wheel Simulation
Welcome to the Ferris Wheel Simulation project. This project demonstrates a 3D Ferris wheel simulation using Three.js, complete with physics for swinging cabins and a debug GUI for adjusting various parameters.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
This project showcases a 3D Ferris wheel simulation built with Three.js. It includes physics for swinging cabins and a debug GUI for real-time adjustments of various parameters such as swing amplitude, swing speed, and rotation speed.
## Features
- 3D Ferris wheel with rotating cabins
- Physics for swinging cabins
- Debug GUI for adjusting physics and light settings
- Responsive design## Installation
To get started with the project, clone this repository and install the dependencies:
```bash
git clone https://github.com/bckslash/Ferris-Wheel.git
cd Ferris-Wheel
npm install
``````bash
npm run dev
```