Spline Mesher Pro ⚙️, Godot Fire 🔥, Vulkan Barriers 🧱
🚀 Indie & Marketing Wins
Spline Mesher Pro Supercharges Unity Worldbuilding With 50x Faster Meshes
Spline Mesher creator Staggart Creations has released Spline Mesher Pro, a major upgrade of the spline-based mesh tool for Unity. The Pro version adds multithreaded, real-time mesh generation claimed to be up to 50x faster, plus spline fill tools for rapidly creating lakes, islands, and platforms. It also introduces segmented meshes for better culling, LOD generation for Unity 6.2+, and expanded collider support. Recent buyers can upgrade free until May 1, and the tool is currently 50% off.
How MMO 98 Hit 10,000 Steam Wishlists in Two Weeks
Indie studio Bite Me Games breaks down how their 7.5-week project MMO 98 exploded to over 10,000 Steam wishlists during Next Fest. They share real numbers from Japanese press coverage, a viral incremental-games subreddit post, UTM-tagged links, and even an in-demo wishlist button that quietly drove 150 wishlists. With an hour-long average demo playtime and no major creator coverage yet, they outline why they’re optimistic—and how they’re planning the full launch push.
🔥 Stylized Art & Visual Tricks
Create Stylized Fire in Godot: New Shader Tutorial by Le Lu
Technical Artist Le Lu has released a new Godot tutorial on building a stylized fire shader perfect for RPG spells, campfires, and ambient VFX. The walkthrough shows how to turn a simple 3D cylinder into animated, swirling flames using shader math alone. Applicable to both large and small projects, it also complements Le Lu’s earlier lessons on creating powerful VFX textures in Godot, making it a strong resource for aspiring technical artists.
From Thresholds to Blue Noise: The Math of 1‑Bit Dithering
Matt Parker breaks down the math and perception behind dithering: how adding noise can actually recover detail when you only have black and white pixels. He compares global thresholds, random dithering, Bayer ordered patterns, and blue noise, demonstrating on real scenes how each technique trades grain, patterns, and clarity. The video also touches on Return of the Obra Dinn’s 1‑bit aesthetic and Parker’s own custom dithering pattern. If you care about stylized graphics or 1‑bit game art, this is a goldmine.
🧠 Systems, Tech & Engine Deep Dives
Designing Tattoo Removal Simulator: Cozy Cleanup Meets Human Storytelling
Uraga Studio breaks down how they turned the niche idea of a tattoo removal clinic into a cozy, story-driven simulator. Tattoo Removal Simulator blends satisfying, PowerWash-style cleanup mechanics with deeply human encounters, where every tattoo hides symbols, regrets, and personal history. The team explains their research into real procedures, modular character generation, city-wide world-building, and collaboration with a film director. They close with blunt, practical advice for indies: start small, finish, ship, and learn from failure.
Vulkan Pipeline Barriers, Caches, and Layouts: A Practical Mental Model
If you’re fighting Vulkan barriers and image layouts, this explainer builds a usable mental model from the hardware up. It shows how explicit execution control, cache flushing/invalidations, and layout transitions replace driver “magic” from older APIs, and how tile-based GPUs exploit by-region dependencies. The post unpacks compression/meta-data schemes like fast clears, DCC, and Hi‑Z, and why VK_IMAGE_LAYOUT_UNDEFINED is a performance tool, not a trap. The takeaway: with default layouts per role and well-placed barriers, you can simplify your engine and gain performance across GPU generations.