File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments