10 Followers
15 Following
8 Posts
Experimental mathematics researcher, game developer, contributor to Godot Engine.
@slembcke Nice. What's ASF?

#GodotEngine 4.4 is finally here! 🚀

Look forward to plenty of quality of life improvements hidden within this release. Faster load speeds, reduced stutter, streamlined processes, and more!

https://godotengine.org/releases/4.4/

Godot 4.4, a unified experience – Godot Engine

Look forward to plenty of quality of life improvements hidden within this release. Faster load speeds, reduced stutter, streamlined processes - spotting all the optimizations that have been applied in the background will take some time.

Godot Engine
Basketball Breakout 3D by rburing

Shoot the ball and break the wall!

itch.io

I made a game for Trijam 303: Elastic Crawler

https://rburing.itch.io/elastic-crawler

#gamedev #indiedev #GodotEngine

Elastic Crawler by rburing

Stretch and move your body to grab items!

itch.io

This allows having smooth visuals even when physics ticks do not coincide with rendered frames.

The PR for 2D physics interpolation (minus particles for now) is ready for review: https://github.com/godotengine/godot/pull/88424

[WIP] Physics interpolation (2D) by rburing · Pull Request #88424 · godotengine/godot

This is a port of @lawnjelly's #76252 to the master branch. It also takes bits from b287f97 (before the hierarchical culling in 3.x), from the preceding 3D PR #52846 as needed, and from the late...

GitHub

We're in the _process of bringing back physics interpolation in Godot 4.x! (Originally implemented in 3.x by lawnjelly)

Pictured: a funny interpolation bug that has already been fixed. #GodotEngine #gamedev #indiedev

Happy new year! Here's Box2D physics integrated into Godot as a GDExtension, meaning that it works with all the usual body/collision nodes (work in progress, early stages): https://github.com/rburing/physics_server_box2d #GodotEngine #Box2D #gamedev
GitHub - rburing/physics_server_box2d: An unofficial Box2D physics server for Godot Engine, implemented as a GDExtension

An unofficial Box2D physics server for Godot Engine, implemented as a GDExtension - GitHub - rburing/physics_server_box2d: An unofficial Box2D physics server for Godot Engine, implemented as a GDEx...

GitHub