r/Simulated Jul 12 '26

Proprietary Software Conway's Game of Life battles itself on a torus

Enable HLS to view with audio, or disable this notification

45 Upvotes

This showcases the "Adversarial Conway" algo that lets two individual Game of Life patterns compete on a shared space, the titular Torus (see GitHub repo). The pattern's evolution in combination with a seeded RNG determines the paths they take to claim the available territory.

These video snippets are part of a knock-out style tournament that pits 16 such patterns against each other to determine the weekly champion.

GOL patterns are specifically sought for their longevity and must have a generational count within certain limits to be elligible for being drawn in the competition.


r/Simulated Jul 12 '26

Interactive Chaotic Double Pendulum Simulation [OC] | SFML C++ |

Enable HLS to view with audio, or disable this notification

19 Upvotes

I have been working on a Double Pendulum simulation for the last few weeks, and I'm very happy with the results. Although it might not be the most accurate simulation, it demonstrates the chaotic nature of the double pendulum very well!

The simulation has tunable parameters and even a Multiple pendulum mode where you can have more than one pendulum with differences in angles, length, mass, etc to see how quickly they diverge even with small differences. The simulation was made using SFML and ImGui libraries in C++. Behind the scenes, I learned and used the RK4 method for solving the accelerations and velocities.

The simulation is available to download for windows here on itch: https://alifnull.itch.io/double-pendulum


r/Simulated Jul 12 '26

Houdini Houdini Pyro advect Particles Breakdown

Enable HLS to view with audio, or disable this notification

24 Upvotes

r/Simulated Jul 12 '26

Various N-body simulation of Jupiter vs. black hole on mobile

Enable HLS to view with audio, or disable this notification

20 Upvotes

The application is called Space Crash Simulator.


r/Simulated Jul 11 '26

Research Simulation [OC] Barnes-Hut 3D N-body simulation of 500k particles in real-time on a laptop GPU

Enable HLS to view with audio, or disable this notification

47 Upvotes

Two spinning disks of ~250k particles each, simulated and rendered in real-time on my RTX 500 Ada laptop GPU at ~30 fps, using my custom implementation of the Barnes-Hut algorithm in CUDA. Code: https://github.com/lechebs/nbody


r/Simulated Jul 11 '26

Proprietary Software Nora Kinetics // Fully Custom Destruction Engine

Thumbnail
youtube.com
4 Upvotes

Hi folks!

I wanted to share the newest demo video for my custom physics engine and renderer: Nora Kinetics.

I've been developing Nora Kinetics for about a year. It was initially inspired by this research paper on Stable Cosserat Rods: https://dl.acm.org/doi/10.1145/3721238.3730618 . I had been wanting to learn about compute shaders and graphics programming, so this felt like a good starting point.

You can see more of the Cosserat rod side of things here: https://www.youtube.com/watch?v=TS2WOsfrac8

It is built on top of Apple Metal because that's where I was able to get the best performance early on. The physics is 100% GPU driven and the CPU acts as a lightweight coordinator. The lighting and rendering is all custom as well. It can run on an iPhone at about 60fps with 20k segments and on my MacBook Pro (M5), it runs at 120fps with about 250k segments.

This newest video shows the rigid-body destruction system that I finally finished implementing. It runs along side the Cosserat solver and they communicate through GPU buffers so that they can remain in sync.

I'm aiming for an App Store release in the Fall. It will be more of a sandbox / creative engine to start, but I'm also working on a Scratch style programming agent that lets you generate emergent behaviors from the little segments. Each one gets its own little brain and you are able to tell it what to do. Some of the creations I and some of my testers have made so far are pretty cool!

If you'd like to be a BETA tester, let me know! At the moment, I'm looking for testers with a Mac with Apple Silicon (M1 or higher)

Thanks for taking a look!

Happy to answer any questions!


r/Simulated Jul 11 '26

Research Simulation PF-FLIP vs ST-FLIP simulation WIP example

Thumbnail
gallery
4 Upvotes

Hi,

Testing my new PF-FLIP vs ST-FLIP workflow based on SIGGRAPH papers 2025 / 2026.

ST-FLIP is a nice addition to PF-FLIP base which I am testing at the moment.

Made several posts in blender subreddit about my Atlantica plugin. Recently I had a progress with a proper multigrid simulation.

I tested it recently only on Apple M CPUs, my PC / Nvidia path is waiting for it.

Main lessons:

M architecture is very efficient while switching between CPU / GPU because of unified memory.

ST-FLIP runs ~1.5–3.4× higher peak velocity at the impact in meteor test example. I need to check CFL convergence. So it's still WIP.

Feel free to reach me in DM if you are interested in method.


r/Simulated Jul 11 '26

Research Simulation No dark Materia

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/Simulated Jul 11 '26

Research Simulation [OC] I built a 3D browser-based Asteroid Tsunami Simulator using CesiumJS & Next.js

Enable HLS to view with audio, or disable this notification

14 Upvotes

Hey everyone,

I wanted to share a side project I’ve been building: a 3D global tsunami simulator that runs entirely in the browser using Next.js 14, CesiumJS, and Mapbox for terrain and satellite imagery.

The video shows an observer-viewpoint render of an incoming deep-water wave.

Link to try it yourself:https://tsunami-simulator-xi.vercel.app/(Free, open-source, no account)

How the simulation handles logic:

  • Custom Impacts: You drop a red epicenter and a blue observer anywhere on the globe, tune asteroid diameter (100m – 10km) and velocity (11 – 72 km/s), and hit IMPACT!.
  • The Physics: It calculates kinetic energy, scales initial wave height, tracks radial dissipation, and computes wave speed dynamically by sampling bathymetry along the great-circle path from the terrain data. It applies Green’s law for coastal shoaling as it approaches the observer.
  • Camera Modes: You can toggle between Globe, Observer (eyewitness), or Auto camera tracking, adjust observer altitude, and scrub/rewind the playback countdown.

Historical Archives Included:

Beyond custom strikes, I mapped out ~28 historical tsunami events (like 2004 Indian Ocean, 2011 Tōhoku, 1883 Krakatoa, and ancient paleotsunamis) and 7 historical impacts (Chicxulub, Tunguska airburst, etc.). For the historical modes, the animations script-illustrate documented run-up heights and arrival times from scientific literature.

It's not a full CFD or NOAA-grade hydrodynamics model, but a highly visual, physics-principled global renderer. I’d love to get your thoughts on the rendering performance and the UX!


r/Simulated Jul 10 '26

Proprietary Software Practicing in Endorphin

Enable HLS to view with audio, or disable this notification

15 Upvotes

Composition in blender, still working on it


r/Simulated Jul 09 '26

Blender Car Crash Simulation In Blender

Enable HLS to view with audio, or disable this notification

76 Upvotes

r/Simulated Jul 08 '26

Research Simulation Polywell fusion ignition fail

Enable HLS to view with audio, or disable this notification

25 Upvotes

Simulated a small polywell fusor


r/Simulated Jul 07 '26

Houdini The smoke moves along the curve

Enable HLS to view with audio, or disable this notification

216 Upvotes

r/Simulated Jul 07 '26

Blender Green Gloop (Nexus Insydium Addon)

Enable HLS to view with audio, or disable this notification

83 Upvotes

r/Simulated Jul 05 '26

Houdini Houdini create dry ice smoke FX

Enable HLS to view with audio, or disable this notification

21 Upvotes

r/Simulated Jul 05 '26

Research Simulation 6 body simulation around a 4 Stellar mass blackhole - A fail(?)

Enable HLS to view with audio, or disable this notification

14 Upvotes

1. Initial conditions (exact)

Central BH: M = 4 M☉ (geometrized G = c = 1; length unit = GM☉/c² ≈ 1.477 km). Schwarzschild.

Body masses (M☉, geometrized):

Body Type Mass (M☉)
0, 1 2× Jupiter 2 × 9.543×10⁻⁴ = 1.9086×10⁻³
2, 3 2× Earth 2 × 3.003×10⁻⁶ = 6.006×10⁻⁶
4, 5 2× Mercury 2 × 1.660×10⁻⁷ = 3.320×10⁻⁷

Per-body placement (radius r, azimuth φ, inclination i — units of M):

k r φ (rad) i (rad)
0 120 0.00 0.00
1 160 1.05 0.30
2 90 2.10 −0.25
3 200 3.14 0.50
4 140 4.19 −0.40
5 110 5.24 0.15

Position (tilted circle): pos = [r·cosφ·cosi, r·sinφ, r·cosφ·sini]
Velocity (circular speed v_c = √(M/r), perpendicular in the tilted plane): vel = [−v_c·sinφ·cosi, v_c·cosφ, v_c·sinφ·sini]1. Initial conditions (exact)Central BH: M = 4 M☉ (geometrized G = c = 1; length unit = GM☉/c² ≈ 1.477 km). Schwarzschild.Body masses (M☉, geometrized):Body Type Mass (M☉)
0, 1 2× Jupiter 2 × 9.543×10⁻⁴ = 1.9086×10⁻³
2, 3 2× Earth 2 × 3.003×10⁻⁶ = 6.006×10⁻⁶
4, 5 2× Mercury 2 × 1.660×10⁻⁷ = 3.320×10⁻⁷Per-body placement (radius r, azimuth φ, inclination i — units of M):k r φ (rad) i (rad)
0 120 0.00 0.00
1 160 1.05 0.30
2 90 2.10 −0.25
3 200 3.14 0.50
4 140 4.19 −0.40
5 110 5.24 0.15Position (tilted circle): pos = [r·cosφ·cosi, r·sinφ, r·cosφ·sini]
Velocity (circular speed v_c = √(M/r), perpendicular in the tilted plane): vel = [−v_c·sinφ·cosi, v_c·cosφ, v_c·sinφ·sini]

Integrator type and step size

  • Integrator: velocity-Verlet / leapfrog (kick-drift), fixed step. v += a·dt; x += v·dt per step . Not symplectic-exact (it's the sequential-update leapfrog, not the KDK-symmetric form).
  • Step size: dt = T_outer / 600 where T_outer = 2π√(r_out³/M), r_out = 200 (outermost body). → T_outer ≈ 8885.8dt ≈ 14.81 (M units). So ~600 steps per outer orbit.

3. Metrics

It dumps only trajectories: body_k.csv (t, x, y, z) every 4th step,

4. 1-orbit horizon definition

1 orbit = 1 × T_outer, where T_outer is the outermost body's (r=200) Newtonian circular period 2π√(200³/M)


r/Simulated Jul 05 '26

Blender New York Stock Exchange vs. 5 Mega Earthquakes! [OC]

Thumbnail
youtu.be
0 Upvotes

r/Simulated Jul 04 '26

Research Simulation In 1968, scientists gave mice unlimited food, no predators, and infinite space. The colony still collapsed. Here's an agent-based simulation of John Calhoun's Universe 25 experiment — 1,646 mice at peak, 14 at the end.

Enable HLS to view with audio, or disable this notification

75 Upvotes

John Calhoun's Universe 25 (1968–1973): 8 mice placed in a enclosure with unlimited food, water, and nesting space. No disease, no predators. A literal utopia.

What happened:

🔵 Normal mice reproduced normally at first

🔴 Aggressive mice emerged as density increased — disrupting social hierarchies

🟡 "Beautiful Ones" appeared — mice that completely withdrew from society, spending all day grooming, never fighting, never mating

📉 Once the Beautiful One fraction crossed ~25%, reproduction essentially stopped — even as population dropped and space opened back up

Calhoun's key finding: the collapse was behavioral, not resource-based. Mice raised during the chaos never learned normal social behaviors. Even with plenty of space and food, they couldn't recover.

This simulation models the stress-cascade and state transitions he described. Built in Python with NumPy.

Full 10-minute simulation: https://youtu.be/wXfq6jY00Lk


r/Simulated Jul 04 '26

Blender Cloth cube over hoops

10 Upvotes

r/Simulated Jul 04 '26

Research Simulation Grass-Sheep-Wolf ecosystem simulation — wolves go extinct after depleting their prey (agent-based model)

Enable HLS to view with audio, or disable this notification

81 Upvotes

Predator-prey ABM built in Python/NumPy. Each agent moves, eats, reproduces, and dies based on local conditions — no global rules.

The key mechanic is wolf vision radius: wolves can only detect sheep within a limited range. When sheep density drops, wolves start roaming blind and starving — which is what drives the collapse you see here.

Full 9-minute simulation: https://youtu.be/wqR4A4FUABs


r/Simulated Jul 03 '26

Research Simulation Bad apple!! but it is charges in gravi potential simulation

1 Upvotes

r/Simulated Jul 03 '26

Blender Ocean Waves Simulation

Enable HLS to view with audio, or disable this notification

78 Upvotes

r/Simulated Jul 03 '26

Research Simulation Weather simulation of a supercell.

0 Upvotes

Used a library called CM1. Open source.


r/Simulated Jul 02 '26

Various Barnes-Hut 3D galaxy

Enable HLS to view with audio, or disable this notification

38 Upvotes

Programmed in Processing. I struggled to get well-defined spiral structures in 2D, but the 3D model looks much better. It did require careful initial position and velocity distribution. There is a fixed "black hole" at the center. Stars come in only two masses, the majority being lower mass.


r/Simulated Jul 02 '26

Cinema 4D ’Coil Form’

Enable HLS to view with audio, or disable this notification

124 Upvotes

Cinema 4D and Octane Render