A beautiful, interactive visualization of the Logistic Map—the simple equation that reveals the edge of chaos.
👉 Live Demo: logicmap.curnext.com
LogicMap is an educational tool designed to make Chaos Theory intuitive and accessible. It visualizes the famous logistic map equation:
Through an interactive interface, users can explore how changing a single variable (
- Interactive Bifurcation Diagram: Explore the fractal structure of the logistic map.
- Animated Cobweb Plot: Visualize the iterative process step-by-step.
- Guided Introduction: A built-in crash course on the "Edge of Chaos" and the Butterfly Effect.
- Real-time Controls: Adjust simulation speed, detail level, and visual parameters.
-
Clone the repository
git clone https://github.com/curnext/logicmap.git cd logicmap -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Build for production
npm run build
