You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Butterfly Effect Simulator is a predefined physical deterministic environment in which the observer can test butterfly effect or chaos theory in action, altering the timeline of events and observing the outcome of the physical system with a small change in the initial conditions.
This repository contains the code for the blog post on Solving the Lorenz system using Runge-Kutta methods. For further details, please refer to this post.
Built upon Conway's Game of Life, referencing the Utopia Experiment, and studying the butterfly effect, the project simulates and predicts non-living phenomena. It explores significant outcomes of minor changes and employs cellular automata, complex network models, and machine learning to provide new perspectives on future societal development.
Implementations in Unity of the Ten Minute Physics YouTube channel. Instead of using Unity's built-in physics engine, you will learn how to make your own. This is useful if you want to simulate ropes, cloth, tires, etc. You will also learn how to make fluid simulations and soft body physics.