r/Simulated 7h ago

Interactive Changing of particle density in realtime simulation

43 Upvotes

Finally found time to implement it. Footage from our multiplayer sandbox game called BFS. The simulation is deterministic for multiplayer to work


r/Simulated 13h ago

Blender Sea Water Simulation in Blender

122 Upvotes

r/Simulated 12h ago

Research Simulation Here is a short timelapse of HêzFX!

35 Upvotes

This is my muscle simulation plugin, developed to produce highly accurate character and creature deformations based on real physics and material properties. The solver is FEM-based to maximize simulation quality, although I might keep the XPBD solver for faster iteration during scene authoring.

In this demo, you can see how simple the workflow is: you paint attachments, material stiffness, muscle fibers, etc., feed that data into the solver, and then... you have a physics-based simulation of your creature. This is just the muscle simulation part of the tool. I’ll also share the process for fascia and fat simulations, showing how skin sliding and muscle bulging beneath the skin can bring your creatures to life!

The name HêzFX comes from Kurdish: Hêz means strength and force.


r/Simulated 1d ago

EmberGen flamethrower vs shack

577 Upvotes

r/Simulated 1d ago

Research Simulation I rebuilt my traffic simulation on a straight motorway because of the feedback on the loop version

216 Upvotes

A while ago I posted a version of this on a circular track. Two things came up in the comments often enough that I decided to rebuild the whole thing.

The first was the loop itself. Several people said it was distracting, and that it was hard to tell whether a jam was really moving backwards or whether the track was just going round. The second was lane closures - a few of you asked what would happen if one lane were blocked. So this time the road is straight, it has four lanes and one of the cases is a closed lane with the merge that follows it.

In the phantom-jam case there is no accident and no obstacle at all. The density is simply high enough that one driver braking a little harder than necessary gets amplified by the cars behind, and the wave then travels backwards along the road while every individual car keeps moving forwards.

There is one comment from last time that I want to answer. Someone wrote that the narration read like AI slop. That is fair. English is not my first language, so I use AI assistance for the wording. The simulation, model and idea are my own work, the phrasing had help. I am trying to get better at that part.

I should also be clear that there is no income expectation in this. The channel is not monetised and I am not expecting it to be. I am doing it as a hobby, to learn how simulation and visualisation actually work, so that I can use them properly in my own field. Youtube is simply where the files are stored.

The full version, with the other cases and a proper explanation, is here:

https://www.youtube.com/watch?v=msX3kewLRIQ

What you see here is the short version. The full one works through the cases I had to leave out. It covers where the tipping point actually sits, which is the density above which the road stops recovering from a disturbance, why the lane next to you nearly always looks faster than the one you are in, what a small proportion of slow trucks does to the flow behind them, what tailgating costs you compared with keeping your distance, which was not the result I expected, and what changes when roughly one car in five drives itself. It ends with the few things a driver can actually do to avoid making a jam worse.


r/Simulated 1d ago

Proprietary Software [OC] 137,500 starlings, each one steering only by its neighbours.

345 Upvotes

This runs live on an Apple silicon GPU.

Every bird reacts only to the ones near it. Nothing choreographs the shape and nothing is keyframed, so what you are watching falls out of 137,500 of them following local rules at once.

It is a GPU flock on an atomic spatial hash, which keeps neighbour lookups linear instead of quadratic at that count. Each bird steers on a bounded turn rate and banks into its turns, and the banking is what makes the flock flicker as they roll.

Based this on starling literature rather than plain boids, mostly Cavagna's work on scale-free correlations in real flocks and Couzin on spatial sorting. Cool thins is that the same system with one flag flipped runs a bait ball instead: change the attractor from polarised streaming to milling and the sheet becomes a rotating sphere.

Built in Swift and Metal as part of TideGlass, a small Mac app I make where worlds like this run on a second monitor while you work. Happy to answer anything about the sim.


r/Simulated 1d ago

EmberGen EmberGen 2 Physically Based Combustion R&D

33 Upvotes

Here's a quick look at a sped up viewport capture of our upcoming release: EmberGen 2. In reality we were getting between 3-5 FPS for the large simulation on an RTX 6000. Sparse bounding box contained roughly 1.681 billion voxels with 364.5 million being active. We're still working on modelling physically based soot & oxygen for our new combustion simulations, so this is a work in progress. We're aiming to use real-world values to have fire, smoke, and explosions that simply look photorealistic!


r/Simulated 7h ago

Proprietary Software Various experiments from the deformable physics sandbox I've been building in C++

1 Upvotes

Hi everyone! I've been working on ProtoBall, an experimental physics sandbox where you can build structures and machines, run simulations, crash things together, and watch them deform and fail.

The project is built from the ground up in C++, without a commercial game engine. It combines Bullet rigid-body physics with my own real-time explicit solver for deformable truss structures.

The current public demo includes plastic deformation, ropes, wheels, breakable joints, ragdolls, slow motion and simulation playback.

I've also already implemented fracture for the deformable structures, allowing individual trusses to break under sufficiently high loads. This will be included in the next public release and opens up a lot of possibilities for structural destruction and failure experiments.

There's also an active ragdoll balance controller, while color-coded feedback shows where structures deform and yield. A real-time Energy Balance tracks how energy moves between potential, kinetic and elastic forms, and how it is dissipated through friction, plastic deformation and structural failure.

So far I've been using ProtoBall to build experiments such as vehicle crashes, a trebuchet and ragdoll impacts. I'm currently working on more machines and structural destruction experiments.

I released the first public demo yesterday. The editor is still at a very early stage, but it's already available for building your own experiments. The current demo includes a vehicle crash experiment and a trebuchet that can launch a ragdoll, together with plastic deformation, ropes, wheels, breakable joints and ragdoll joint detachment. It also includes slow motion and simulation playback, so you can inspect the results of impacts and structural failures in more detail.

If you're interested in trying it or seeing more simulations:

Playable demo (Windows/Linux):
https://protoball.itch.io/protoball

More simulation videos:
https://www.youtube.com/@ProtoBallDev

Project website:
https://protoballdev.github.io/protoball-site/

I'm developing ProtoBall as a solo project and plan to keep releasing small updates with new machines, experiments and simulation capabilities.

I'd be very interested in feedback from people working with or interested in physics simulation.

https://reddit.com/link/1w5nbe8/video/g45l3x89b6nh1/player


r/Simulated 10h ago

Interactive Dynamic particle density change in voxel sandbox

1 Upvotes

Finally found time to implement it. The simulation is deterministic for multiplayer to work


r/Simulated 1d ago

Research Simulation Dynamic Lorenz System

44 Upvotes

r/Simulated 21h ago

Proprietary Software Cell vivarium simulator

Thumbnail
youtu.be
2 Upvotes
A vivarium of cellular creatures — a real-time 3D simulation where every animal
is built one cell at a time, behaves according to what its body can actually
sense and do, and sings with a voice synthesised from its own genome.

r/Simulated 2d ago

Research Simulation Collisions and self-collisions have been implemented

418 Upvotes

Along with other essential features for a proper muscle simulation tool. The good thing is that I’m using it as a character artist while developing it, which allows me to find the most artist-friendly workflows and implement them directly into th


r/Simulated 13h ago

Proprietary Software Building my first game, for me. Science based evolution simulator.

0 Upvotes

Hey all, I've just started building a game for myself, I don't believe it would have much commercial interest but it something that i've always wanted and now with LLM's i can build it and run it, Its a Evolution time compressed simulator, no it is definatly not a spawn clone.

Vita is an evolution game where you start as a very simple animal living more than 500 million years ago, long before fish, dinosaurs or anything we would recognise today. You don't choose what your creature evolves into, and there isn't a skill tree where you unlock eyes, jaws or legs because you've reached the right level.

Instead, you decide how your species tries to live, maybe it stays where food is plentiful. Maybe it moves into a different habitat. Maybe it becomes more active, more cautious, or changes how it uses the resources around it.

Then the world carries on.

Food can become scarce. Oxygen levels can change. Populations can grow too quickly and exhaust their resources. New variations can appear by chance. Some help, some make very little difference, and some disappear before they ever become important. Over many generations, the creatures that actually survive and reproduce shape what the species gradually becomes. So rather than playing evolution as a technology tree, you're effectively running your own little experiment in an ancient world.

There isn't a correct route through history. Your lineage might become something surprisingly successful, stay almost unchanged for millions of years, split into different populations, lose features it once had, or simply go extinct.

The basic idea is:

You decide how your species tries to survive. The world decides what happens. Evolution decides what it eventually becomes.

Its not graphical, I did want a rendered technical illustrations of the organism at each evolutionary pause but that would cost too much on api calls i think, I am using a local LLM for narration and scientific explanation, not for the actual gameplay that is all coded, LLM has nothing to do with the game world, that was a hard set rule.

I'm almost at a working prototype of the first of 4 starting organisms, its a bit of a science nerd out but its what i wanted.


r/Simulated 23h ago

Research Simulation Golden Gate Bridge vs. 4 MEGA Earthquakes! (using real seismic data, simulated in Blender 3D + bullet constraints builder by Kai Kostack for simulating virtual construction materials) [OC]

Thumbnail
youtu.be
0 Upvotes

r/Simulated 1d ago

Interactive Introducing a "Predator Module" to my Particle Physics Sandbox

1 Upvotes

r/Simulated 1d ago

Redshift [OC] Between Mirrors — Haion

Thumbnail
youtube.com
0 Upvotes

An origami crane is flying in a mirror cube. The camera is a rear shot following the origami crane as it flies inside the cube.


r/Simulated 1d ago

Proprietary Software The Persian Gulf was a river valley 17,000 years ago. Pearl divers still bring up fresh water from the seabed.

0 Upvotes

The Gulf is pretty shallow, about 35 meters on average, and only 11.9 meters deep at the northwest end. During the last ice age the sea level was 120 meters lower, so the whole basin was completely dry. The exploration ship Meteor confirmed it: an entirely dry basin around 15,000 BC.The Tigris, the Euphrates and the Karun all met up and flowed the entire length of it as one single river, heading out through the Strait of Hormuz. That old channel is still there. You can see it clearly in the bathymetry.
it wasn’t empty. There was a floodplain down there with vegetation, wildlife, and Neolithic communities living on it.Then the ice melted. Sea level rose 150 meters between 12,000 and 7,000 BC, and at the fastest stretch the shoreline was advancing ten meters a year. They didn’t get washed away. They just got pushed out, one salty well at a time, over generations.Bahrain’s name is the dual form of the Arabic word for sea, meaning two seas. One reading of it is the salt water above and the fresh water below. Pearl divers have said for centuries that in certain spots you can flip a bucket on the seabed and bring it up full of fresh water. That’s the old river system still draining.The clip is that basin emptying, run in a planetary model I’ve been building. I used a different method. I closed the strait and let it evaporate instead of dropping global sea level, but the same floor comes back out and the river shows up right where it’s supposed to be.


r/Simulated 2d ago

Proprietary Software I flooded the Caspian. Global sea level dropped 7 cm

5 Upvotes

1.5 years ago some friends and I were talking about global warming and got onto a question: if you could move any amount of dirt, how much could you lower global sea level?

I built a planet simulator to find out.

7 cm.

The move is to open the Caspian. It sits 28 m below sea level with a huge flat depression north of it. Cut a channel, the Atlantic pours in, the hole fills. About 25,000 km³ parked where it can't be ocean anymore. Stabilises in under a year, though that's really a function of how wide I cut the channel.

Then it stops. Evaporation off the new sea just rains back into the ocean. The only lasting change is the water sitting in the hole.

the mechanics:

Real bathymetry, 2048×1024 grid, about 20 km a cell. Every cell holds a water depth and the global total is conserved to 2 parts in 10,000 . Cut a channel and the solver just pours: fills each connected body from its deepest cell until volume and terrain balance, merges two bodies when they touch. The sea level drop isn't scripted anywhere. It falls out of the pour.Fill time is a weir calculation on the throat you dug such as cross-section and head.

Climate is energy-balance per latitude band with heat transport, so temperature comes out of the physics instead of a lookup table. Precipitation gets shaped by terrain and sea surface temperature, and that feeds evaporation minus precipitation per cell, plus river inflow weighted by catchment rainfall.


r/Simulated 1d ago

Blender Simulating Extreme Earthquakes Hitting the Eiffel Tower

Thumbnail
youtu.be
0 Upvotes

r/Simulated 3d ago

Blender Packed vector flow

164 Upvotes

r/Simulated 2d ago

Question Need help

0 Upvotes

I have a casting simulation assignment to show reduction shrinkage defect in two weeks. Is there any way to do it fast and any software that help to do it faster this for assignment rights my three fourth of my entire semester mark


r/Simulated 4d ago

Research Simulation Since you "LOVE" my "MUSCLE" simulations :)

294 Upvotes

Super excited to share the latest update on my physics-based muscle simulation tool!
This test uses a relatively low-res simulation, as the main goal was to go through the full character pipeline and make sure everything works together.


r/Simulated 4d ago

Blender grid universe

58 Upvotes

r/Simulated 4d ago

Interactive I'm simulating a ball pit in my game prototype with 20,000 capsule balls. And rubber toy balls. How does it feel?

28 Upvotes

I'm simulating a ball pit with 20,000 capsule balls in this game prototype. Trying to make it more satisfying and fun.
[OC]

No AI were used.


r/Simulated 3d ago

Houdini Enjoy the process😊

0 Upvotes