Tootfinder

Opt-in global Mastodon full text search. Join the index!

@khalidabuhakmeh@mastodon.social
2026-07-07 16:25:35

Authenticating users through a #godot game with device flow authentication using #dotnet. Pretty neat that it just works, even with a QR code (the URL must be publicly accessible to work on your phone).

Device Authorization Flow in Godot Game
@migueldeicaza@mastodon.social
2026-06-04 16:35:48

Xogot on iPad is now powered by Godot 4.6, and to celebrate we added a bunch of new samples and tutorials.
Details: blog.xogot.com/xogot-1-6-power

Xogot's new learning center with new tutorials and sample code
@kubikpixel@chaos.social
2026-07-01 06:05:16

Open source game engine Godot will no longer accept AI-authored code contributions: 'We can't trust heavy users of AI to understand their code enough to fix it'
At risk of drowning in AI slop code, @… is firming up its contribution requirements.
🎮

@migueldeicaza@mastodon.social
2026-07-28 20:54:45

Godot 4.7 support for Xogot is out in beta.
We use a separate TestFlight while we keep an eye on the bugs from 4.7.
Details: blog.xogot.com/xogot-is-moving

@migueldeicaza@mastodon.social
2026-05-11 17:04:26

@… @… GDExtension-version of the USD loader/importer, no Godot fork necessary:

@migueldeicaza@mastodon.social
2026-08-04 14:58:09

Working on one of our last big gaps, Godot .NET Deployment and debugging to iOS devices.
Just a dozen crashes standing in the way.

@migueldeicaza@mastodon.social
2026-05-15 17:15:15

Xogot is moving soon to 4.6:
blog.xogot.com/xogot-is-moving

@migueldeicaza@mastodon.social
2026-06-03 19:56:45

Added shader breakpoints to Xogot, based on the Godot 4.7 feature:

Shader breakpoints
@migueldeicaza@mastodon.social
2026-06-12 21:35:59

Apple published a plugin for Godot that lets your Godot games get rendered by RealityKit:
github.com/apple/plugins-for-g

The Blender Godot game running in RealityKit
@migueldeicaza@mastodon.social
2026-06-18 20:45:55

When you are a game developer, every Godot release feels like Xmas!
godotengine.org/releases/4.7/

@luana@wetdry.world
2026-05-26 17:19:20

I wonder how much of a pain in the ass making an app with Rust for backend and Godot (godot-rs?) for front would be

@migueldeicaza@mastodon.social
2026-05-11 16:47:52

Godot USD: Moved from a patched Godot to a proper GDExtension, so you no longer need a fork.
Pretty happy with the live variant changes, it also has a traditional "one-off" importer if you do not want to pay a runtime libOpenUSD price.

Godot Editor showing USD extension switching variants.
@migueldeicaza@mastodon.social
2026-05-11 15:54:42

Boston Godot Users group meets tonight: meetup.com/bostongamedev/event

@migueldeicaza@mastodon.social
2026-06-17 21:40:35

When you are a Xogot user, every day is Xmas!
Performance, exploration, usability, live shader debugging and more!
blog.xogot.com/xogot-1-6-2-is-

@luana@wetdry.world
2026-05-26 17:14:07

How awful for accessibility would be an app (not game!) made using Godot for its front-end?

@migueldeicaza@mastodon.social
2026-05-18 15:39:54

Finding assets in Xogot’s filesystem browser was a pain, we baked in a always-on Asset Browser:
blog.xogot.com/introducing-the

@migueldeicaza@mastodon.social
2026-06-11 19:37:11

I like this Reality Composer grid more than the Godot one.
My attempt, with the wrong colors, but with t subdivisions and markers:

@migueldeicaza@mastodon.social
2026-05-11 19:40:10

I love SwiftUI animations, sprinkled a withAnimation on the graph sorting for my Godot animation controls:

Graph node editor showing different ways of ordering nodes