godot

Tag

Cards List
#godot

Godot and Rust based multiplexer (terminal panes and more)

Hacker News Top · yesterday Cached

gPTY is a PTY foundation built on Godot and Rust, providing a tiling grid for terminal panes with AI agent integration via JSON-RPC/MCP for automation and observability.

0 favorites 0 likes
#godot

Porting my 1993 Amiga game to Godot, with an LLM reading the 68000 assembly

Hacker News Top · 2026-09-03 Cached

An engineer describes porting his 1993 Amiga game 'Babylonian Twins' to Godot, using Claude Fable 5 LLM to assist in reading and translating 68000 assembly code, blending personal history with AI-driven development.

0 favorites 0 likes
#godot

I built an open-source roguelike specifically for training game-playing agents [P]

Reddit r/MachineLearning · 2026-08-22 Cached

DelveRL is an open-source, turn-based roguelike game designed as a benchmark for training game-playing agents, including a Godot-based interface and a recurrent PPO trainer for research and development.

0 favorites 0 likes
#godot

Remaking Party House

Lobsters Hottest · 2026-08-10 Cached

A developer recounts remaking Party House from UFO 50 as a browser game using Godot and Claude, sharing insights on game development and releasing a playable version.

0 favorites 0 likes
#godot

@iamcheyan: The task was to reconstruct zircon mir3 with Godot and port it to Linux. After two days, I successfully got both the server and client running.

X AI KOLs Following · 2026-08-08 Cached

The author reconstructed zircon mir3 with Godot and ported it to Linux, successfully getting the server and client running within two days. He also mentioned that the AI model gpt-5.6-luan efficiently completed multiple long-running tasks, with 62% of the quota remaining.

0 favorites 0 likes
#godot

Shipping Godot VR and Porting to PSVR2: A Partial Post Mortem

Hacker News Top · 2026-07-29 Cached

A detailed post-mortem of shipping a commercial VR game using Godot and porting it to PSVR2, discussing costs (~£80k early adopter tax), technical challenges like rewriting the render server, and community efforts for console porting.

0 favorites 0 likes
#godot

My thoughts on qwen 3.8 so far with agentic coding.

Reddit r/LocalLLaMA · 2026-07-20

A personal review of using the Qwen 3.8 model for agentic coding, praising its ability to handle complex tasks like integrating llama.cpp with Godot while noting issues with looping.

0 favorites 0 likes
#godot

The Verifier is the Curriculum: Execution-Gated Self-Distillation for Cross-Family Game Generation

arXiv cs.AI · 2026-07-14 Cached

This paper introduces Execution-Gated Self-Distillation, a method that uses a deterministic, ungameable launch check as a filter for iterative self-distillation, achieving significant improvements in generating runnable Godot games from natural language descriptions using a 14B model.

0 favorites 0 likes
#godot

I got Gemma 4 running directly inside Godot using only GDScript and Vulkan compute shaders

Reddit r/LocalLLaMA · 2026-07-13

A developer successfully integrated Gemma 4 AI model into the Godot game engine using only GDScript and Vulkan compute shaders, enabling local AI inference within games.

0 favorites 0 likes
#godot

@FinanceYF5: Someone built a web-swinging skyscraper traversal demo in the Godot engine using Fable 5, with very smooth visuals. The uploader says that for writing Godot code, Fable 5 produces significantly fewer errors than GPT-5.5, and the code quality seems more reliable. In the game engine arena, the gap between AI coding models is starting to widen...

X AI KOLs Timeline · 2026-07-03 Cached

Someone used Fable 5 in the Godot engine to create a demo of web-swinging through skyscrapers, with smooth visuals. The uploader says that when writing Godot code, Fable 5 produces noticeably fewer errors than GPT-5.5, and the code quality is more reliable, indicating that the gap between AI programming models in the game engine field is starting to show.

0 favorites 0 likes
#godot

@rohanpaul_ai: Godot is banning vibe coding after AI-made PRs turned review time into the bottleneck. Substantial AI-generated code wi…

X AI KOLs Timeline · 2026-07-02 Cached

Godot Engine announces a ban on AI-generated 'vibe coding' contributions due to review time bottlenecks, requiring disclosure of AI assistance and barring substantial AI-written code while allowing small completions.

0 favorites 0 likes
#godot

Godot will no longer accept AI-authored code contributions

Hacker News Top · 2026-07-01 Cached

The Godot Foundation announced it will update its contribution guidelines to forbid AI-authored code and AI-generated text in communications, citing maintainer burnout and concerns about accountability.

0 favorites 0 likes
#godot

JAMER: Project-Level Code Framework Dataset and Benchmark on Professional Game Engines

Hugging Face Daily Papers · 2026-06-18 Cached

JamSet and JamBench are introduced as a dataset and benchmark for project-level game code generation on the Godot engine, derived from Game Jam projects, with evaluation showing a capability cliff for AI models as project scale increases.

0 favorites 0 likes
#godot

@jamonholmgren: A dev from Apple submitted a pull request to Godot a few days ago and added an AI use disclosure at the end that explai…

X AI KOLs Timeline · 2026-06-16 Cached

A developer from Apple submitted a pull request to Godot with an AI use disclosure, which the tweeter liked and suggests adopting for open source contributions.

0 favorites 0 likes
#godot

GameCraft-Bench: Can Agents Build Playable Games End-to-End in a Real Game Engine?

Hugging Face Daily Papers · 2026-06-16 Cached

GameCraft-Bench is a benchmark for evaluating AI coding agents on end-to-end game generation from natural language descriptions using the Godot engine. The strongest agent achieves only 41.46%, showing the task remains highly challenging.

0 favorites 0 likes
#godot

The Magic Roundabout of Seattle Area

Hacker News Top · 2026-06-14 Cached

A satire driving game simulating the 85th St & I-405 interchange in Kirkland, Washington, where players navigate roundabouts to reach their exit while avoiding collisions.

0 favorites 0 likes
#godot

@laowangbabababa: Found a killer project. Godot, an open-source game engine with 112k stars, MIT license, completely free. Unity's annual subscription is enough to hire a programmer, but this thing is totally free. On the surface, it's a free game engine, but essentially it's a direct alternative to Unity. ...

X AI KOLs Timeline · 2026-06-02 Cached

Introduces the Godot open-source game engine, emphasizing its free nature, MIT license, 2D engine advantages, and encourages downloading and using it.

0 favorites 0 likes
#godot

Navier-Stokes fluid simulation explained with Godot game engine

Hacker News Top · 2026-05-26 Cached

A blog post tutorial explaining how to implement Navier-Stokes fluid simulation in the Godot game engine, including code and mathematical explanations for learning purposes.

0 favorites 0 likes
#godot

Using Rust to parse Godot .tres files and walk the resource graph

Lobsters Hottest · 2026-05-16 Cached

This blog post details the implementation of .tres file parsing and resource graph walking in Rust for the Asset Hoard asset manager, enabling external dependency resolution and drag-and-drop export for Godot projects.

0 favorites 0 likes
← Back to home

Submit Feedback