Mikael Hermansson

171 Followers
136 Following
28 Posts
Developer at W4 Games, working on #godotengine. Previously at Frostbite, Avalanche and others.
Creator of the Godot Jolt extension.
LocationSweden
GitHubhttps://github.com/mihe
Blueskyhttps://bsky.app/profile/mikael.hermansson.io

Jolt Physics has been merged into godot 4.4! If you're using godot, please try it out and create an issue in the godot repository if you find a bug.

Many thanks to @mihe for making all of this possible. It has been a fun project!

https://github.com/godotengine/godot/pull/99895

Add Jolt Physics as an alternative 3D physics engine by mihe · Pull Request #99895 · godotengine/godot

Closes godotengine/godot-proposals#7308. This pull request adds a new engine module (found under modules/jolt_physics) which integrates Jolt Physics, a 3D physics engine developed by Jorrit Rouwe (...

GitHub
JoltPhysics v5.2.0 is out! Amongst other things, it includes a new tapered cylinder shape. Check out the release notes at https://github.com/jrouwe/JoltPhysics/releases/tag/v5.2.0
Release 5.2.0 · jrouwe/JoltPhysics

New functionality Added PlaneShape. An infinite plane. Negative half space is considered solid. Added TaperedCylinderShape. A cylinder with different top and bottom radii. Added EmptyShape. A shap...

GitHub
We're currently porting the game to Godot 4 and so we decided to take the Jolt physics engine for a ride! 😎👍 (🔊) #godotengine #indiedev #indiegame

Today we check out the incredible #opensource Jolt Physics. A powerful "new" physics engine powering Horizon: Forbidden West, with game engine implementations including the #GodotEngine.

https://gamefromscratch.com/the-jolt-physics-engine/

#gamedev #indiedev

The Jolt Physics Engine – GameFromScratch.com

The Jolt Physics System is a cross platform free and open source physics simulation engine powering Horizon Forbidden West.

GameFromScratch.com

I haven't tested the Android and iOS builds very extensively, so be on the lookout for any potential issues.

I'm also curious to hear how well it runs on the more specialized Android devices out there, like the various VR headsets.

This is long overdue, but I'm happy to say that we finally have Android and iOS support in Godot Jolt as of version 0.10.0.

Android support in particular should be of interest to you #VR people out there.

https://github.com/godot-jolt/godot-jolt/releases/tag/v0.10.0-stable

#GodotEngine

Release 0.10.0-stable · godot-jolt/godot-jolt

This release supports Godot 4.1. Changelog These are the notable changes that have been made since 0.9.0-stable was released. You can also find a list of all the commits here. Any breaking changes ...

GitHub
Jolt Physics got soft body physics today! There's still a lot of performance optimizations to be done, but you can start playing around with it! https://github.com/jrouwe/JoltPhysics
GitHub - jrouwe/JoltPhysics: A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.

A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West. - jrouwe/JoltPhysics

GitHub

And yes, I might have tampered with that last one. ✂️

Also, probably worth pointing out that C# does not support nodes from GDExtension, so dealing with these will be limited to GDScript to begin with, unfortunately.

I'm working on getting more appropriate joint nodes in for Godot Jolt, which will allow for things like breakable joints. Needless to say it's tough getting actual work done with these implemented.

Should hopefully be out within the next week or so.

I'm excited to share that a long-running project of mine, called Godot Jolt, has had its initial release.

It's an extension for the @godotengine that integrates the Jolt physics engine to power Godot's 3D physics.

https://github.com/godot-jolt/godot-jolt

You can see it in action in this clip, demonstrated using a slightly modified version of the @gdquest RoboBlast demo.

#GodotEngine

GitHub - godot-jolt/godot-jolt: Godot Jolt is a Godot extension that integrates the Jolt physics engine

Godot Jolt is a Godot extension that integrates the Jolt physics engine - godot-jolt/godot-jolt

GitHub