A typical way of creating a reproduction project is to take your existing project and strip out everything that is irrellevant until you have the smallest possible project that still shows the issue.
27.01.2026 20:58 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0A typical way of creating a reproduction project is to take your existing project and strip out everything that is irrellevant until you have the smallest possible project that still shows the issue.
27.01.2026 20:58 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0You create a small godot project that demonstrates the problem (i.e. crashes or misbehaves) and attach it to the ticket so that I can debug it. 1 ticket per issue please (a crash is something else than misbehaving physics).
27.01.2026 20:56 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Create a ticket with a MRP at github.com/godotengine/... and I'll have a look.
25.01.2026 14:58 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Early prototype of a real-time, physics-driven car deformation system built in Godot on top of Jolt Physics.
All deformation is computed at runtime (no pre-baked damage), and it runs in real time on older mobile hardware.
Video: youtu.be/5Msbd0XtCsg
I should mention this is made with #Godot (4.5 will probably ship on 4.6) and will be my 3rd commercial release using @godotengine.org after Parking Garage Rally Circuit and Replicube!
17.01.2026 21:56 โ ๐ 179 ๐ 22 ๐ฌ 7 ๐ 1Collision is against convex hulls. Each vertex finds the closest plane and uses that to collide. Simulation uses this: animation.rwth-aachen.de/media/papers...
11.01.2026 16:33 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Yes
11.01.2026 09:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Currently 4 ms on my 5070 Ti laptop GPU with the sim running at 360 Hz. I have to further optimize it though.
11.01.2026 09:02 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0A sneak peak of what I've been working on: A strand based hair system for Jolt Physics (WIP): youtu.be/Rl19G0c003o
10.01.2026 21:07 โ ๐ 84 ๐ 17 ๐ฌ 4 ๐ 0It is intended for future systems that are too compute heavy to run on a CPU, e.g. fluids. I'm about to publish the first new system (not fluids) that uses it. Since not all environments support compute, it will always be an optional thing.
08.01.2026 14:50 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0
The video:
youtu.be/il-TXbn5iMA
JoltPhysics.js v1.0.0 is out: github.com/jrouwe/JoltP...
28.12.2025 15:51 โ ๐ 34 ๐ 7 ๐ฌ 0 ๐ 0Jolt Physics v5.5.0 is out: github.com/jrouwe/JoltP...
28.12.2025 15:50 โ ๐ 30 ๐ 2 ๐ฌ 1 ๐ 0Jolt Physics v5.4.0 is out! Check out the release notes here: github.com/jrouwe/JoltP...
27.09.2025 12:33 โ ๐ 35 ๐ 4 ๐ฌ 1 ๐ 0The tree consisting of 2047 rods runs in about 0.4 ms on my i9-12900H. The multi threading of this single instance could be made better. If I simulate 20 of these trees at the same time then it does achieve better parallelism and the time per instance is about 0.1 ms.
06.05.2025 18:48 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Added support for Cosserat rods to Jolt Physics. This is a stick constraint with an orientation that can be used to attach geometry. Can be used e.g. to simulate vegetation in a cheap way.
05.05.2025 20:08 โ ๐ 77 ๐ 6 ๐ฌ 1 ๐ 0Jolt Physics v5.3.0 is out! Release notes are here: github.com/jrouwe/JoltP... (Video is from a new test that validates cross platform character determinism)
15.03.2025 21:40 โ ๐ 46 ๐ 6 ๐ฌ 1 ๐ 0
The Jolt Physics samples now also run on macOS (using Vulkan)! I'm pretty new to making apps for mac. If you have experience and I'm doing it wrong, let me know. Change is here:
github.com/jrouwe/JoltP...
The Jolt Physics samples now run natively on Linux (using Vulkan).
29.12.2024 15:05 โ ๐ 54 ๐ 4 ๐ฌ 1 ๐ 1
I'm very happy to report that Godot just merged the integration of Jolt Physics, as an experimental alternative to Godot's own 3D physics engine.
github.com/godotengine/...
#GodotEngine
I almost never look at Discord, so if you want my answer then post your question here: github.com/jrouwe/JoltP...
26.11.2024 08:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0JoltPhysics v5.2.0 is out! Amongst other things, it includes a new tapered cylinder shape. Check out the release notes at github.com/jrouwe/JoltP...
03.11.2024 21:26 โ ๐ 42 ๐ 5 ๐ฌ 0 ๐ 0