Go Game Engine 🎮, Unity Challenges ⚡, UI Toolkit Pros 🌟

Apr 8, 2026

🚀 Game Engines & Rendering

Kaiju: A Vulkan-Powered 2D/3D Game Engine Built in Go

Kaiju is a free, open source 2D/3D game engine written in Go and powered by Vulkan, aiming for faster builds and better performance than other engines. It ships with a cross-platform editor (built using Kaiju itself), particle systems, 2D/3D animation, audio, UI, and live GLSL shader updates. Currently targeting Windows, Linux, macOS, and Android, it also supports editor plugins via Go. The post links to the GitHub repo, docs, an example Sudoku project, Discord, and a video showcase.

A Pro-Level Parallax Authoring System for Unity 2D Platformers

The creator of Surgebound shares a production-ready way to design parallax-heavy 2D levels in Unity without constant guesswork. A custom EditorWindow and shader setup let you toggle WYSIWYG parallax preview, drive it from a Cinemachine editor camera or the Scene view, and keep transforms untouched. Clever bounds inflation and editor scripts solve frustum culling and selection problems caused by GPU-only movement. If multi-layer parallax is slowing your level design, this system is built to fix that.

🎮 Level Up Your Unity Workflow

7 Reasons I Switched from uGUI to Unity UI Toolkit

Unity’s UI Toolkit has quietly matured into a powerful, team-friendly alternative to uGUI. This video breaks down seven concrete advantages, from low-code data bindings and flexible themes to merge-safe UXML/USS files and built-in animations. You’ll see how custom bindings, converters, and multiple authoring options (Builder, UXML, or pure C#) streamline real-world UI work. If you’ve been waiting for the right moment to switch, this is a strong case for doing it now.

Two Free Unity Challenges to Escape Tutorial Hell

Code Monkey shares two complete practice scenarios designed to pull you out of tutorial hell: build a robust save system for a simple city builder, and implement a multi-camera CCTV system with UI and in-world monitors. He walks through objectives from basic saving/loading to advanced extras like multiple save slots, embedded screenshots, render textures, and character visibility checks. Learners are encouraged to pause, recreate the demo scenes, and solve the problems first. The challenges double as a free taste of his weekly gamedev practice lab.

🤝 Dev Ecosystem & Low-Level Tools

Sail.game Launches as Curated Matchmaking Hub for Devs and Publishers

Sail.game is a new matchmaking platform designed to fix publisher discovery fatigue by tightly filtering which games reach which partners. Built by the founders of Cyber Sail Consulting and indie publisher Dear Villagers, it uses store data, proprietary insights, and long-standing industry relationships to actively push high-accuracy matches instead of acting as a simple directory. Developers can track who views, shortlists, and downloads their demos, and structure pitches as data-rich “Game Cards.” With a €99+ entry fee for devs and free access for publishers, Sail.game aims to become a trusted ecosystem for funding and managing game projects.

Talking to USB Devices Like Sockets: A Hands-On libusb Intro

Forget scary kernel hacking—this guide shows you how to build a simple USB driver as a regular C++ app. Starting from `lsusb` and VID/PID detection, it explains descriptors, control transfers, and endpoint types with clear mental models. You’ll learn to use libusb to open an Android phone in bootloader mode and talk to its fastboot protocol over bulk endpoints. It’s ideal if you want to interface with custom hardware or controllers without becoming an embedded engineer.

Never miss an issue!

Subscribe to get daily game dev insights, news, and more—straight to your inbox.

No spam. Unsubscribe anytime.