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:
$$x_{n+1} = r \cdot x_n \cdot (1 - x_n)$$
Through an interactive interface, users can explore how changing a single variable ($r$, the growth rate) transitions a system from stability to periodicity, and finally into pure chaos.
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