Skip to content

Commit bc6a66e

Browse files
Add README.md for Diffusion Explorer project
Add README for Diffusion Explorer project with details on concept, features, installation, usage, and technologies.
1 parent f3d3c69 commit bc6a66e

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
# Diffusion Explorer
3+
4+
Interactive Neural Diffusion Simulator
5+
6+
## Concept
7+
8+
A web-based simulation tool that visualizes why diffusion fails for long-distance neural signaling, making the **<x²> = 2Dt** law intuitive.
9+
10+
## Key Features
11+
12+
- **3D Visualization** of ion diffusion at different scales (synapse, dendrite, axon)
13+
- **Time Calculator** showing how long it takes for neurotransmitters/ions to diffuse specific distances
14+
- **Comparison Tool** between diffusion vs. action potential propagation speeds
15+
- **Parameter Explorer** showing how temperature, viscosity, and ion size affect diffusion constant D
16+
17+
## Installation
18+
19+
```bash
20+
git clone https://github.com/yourusername/diffusion-explorer.git
21+
cd diffusion-explorer
22+
```
23+
24+
## Usage
25+
26+
Open `http://localhost:3000` in your browser. Use the UI controls to adjust diffusion parameters and observe real-time visualization updates.
27+
28+
## Technologies
29+
30+
- **library**: Three.js
31+
- **Simulation**: Custom diffusion algorithms
32+
- **Visualization**: WebGL

0 commit comments

Comments
 (0)