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

https://github.com/neo1842/chaos-double-pendulum-simulator

A browser-based double pendulum simulator demonstrating chaotic motion.
https://github.com/neo1842/chaos-double-pendulum-simulator

chaos-theory double-pendulum html javascript physics physicssimulation visualization

Last synced: 3 months ago
JSON representation

A browser-based double pendulum simulator demonstrating chaotic motion.

Awesome Lists containing this project

README

          

Chaos Double Pendulum Simulator


🌐 Live Demo:

https://NEO1842.github.io/Chaos-Double-Pendulum-Simulator/


---English---



⚠️ This project is currently in beta.

## Overview

Double Pendulum Simulator is a physics-based simulation of a double pendulum system.

This system demonstrates chaotic motion, where small differences in initial conditions can lead to vastly different results.

## Features
- Real-time double pendulum simulation
- Visualization of chaotic motion
- Adjustable parameters (angles, lengths, etc.)

## Usage
1. Download this repository (Code → Download ZIP)
2. Extract the ZIP file
3. Open `index.html` in your browser

## Project Structure
The source code is organized into the following modules:
- `/physics/`: Core physics engine, dynamics, and trail logic.
- `/ui/`: User interface components and parameter controls.
- `/hue/`: Color management and glow effects.

## Technical Details
This simulation is based on the physics of a double pendulum system, which is a classic example of a nonlinear dynamical system.

## Current Status
- ⚠️ Beta version
- Features may change
- May contain bugs

---

Chaos Double Pendulum Simulator


🌐 デモはこちら:

https://NEO1842.github.io/Chaos-Double-Pendulum-Simulator/


---日本語---



⚠️このプロジェクトは現在ベータ版です

## 概要

二重振り子シミュレーターは、二重振り子システムの物理ベースのシミュレーションです。

このシステムはカオス的な動きを示し、初期条件のわずかな違いが結果を大きく左右します。

## 使用方法

1. 「Code」→「Download ZIP」でダウンロード

2. 解凍

3. `index.html` をブラウザで開く

# プロジェクト構成
コードは以下のフォルダに整理されています:

- `/physics/`: 物理演算エンジン、力学、および軌跡のロジック。
- `/ui/`: ユーザーインターフェースコンポーネントとパラメータ制御。
- `/hue/`: 色管理と発光エフェクト。

# 技術的な詳細

このシミュレーションは、非線形力学系の典型的な例である二重振り子システムの物理法則に基づいています。

## 現在のステータス
- ⚠️ベータ版
- 仕様変更の可能性あり
- バグが含まれている可能性があります