auteur.hashnode.devComplete Beginner's Guide to Deploying Arenic to itch.io with GitHub ActionsIntroduction: What We're Building Welcome to your complete guide for deploying Arenic, your innovative 3D tactical strategy game, to itch.io using GitHub Actions! What You'll Learn: How to automatically build Arenic for multiple platforms (Windows, ...Aug 21, 2025·24 min read
auteur.hashnode.devHow Do You Create Lighting That Actually Helps Players Win?Your Learning Journey Map Time Investment: 2-3 hours reading + 4-6 hours implementation Prerequisites: Basic Rust, introductory Bevy experience Learning Outcome: Build a professional lighting system that enhances gameplay while maintaining 60fps acro...Jul 30, 2025·31 min read
auteur.hashnode.devRust Bevy - Animation AtlasHow Do I Make My Bevy Boss Come Alive with Animation? The Problem: Your Guild Master boss sits motionless in the arena—a static image that breaks immersion and makes combat feel lifeless. The Solution: Transform that static sprite into a living, brea...Jul 29, 2025·21 min read
auteur.hashnode.devIntern’s Field Handbook - SoftwarePreface You landed the internship—congratulations. In today’s market that’s an achievement in itself. Now the real opportunity begins: shipping production code and building a network you can carry forward. Deliver one solid project and you’ll leave w...Jun 9, 2025·4 min read
auteur.hashnode.devHow to Create a JSX-Like Rust Macro: Step-by-Step Guide - Part 3Previous Reads to Creating a Web Framework: How to Create a JSX-Like Rust Macro: Step-by-Step Guide - Part 1 How to Create a JSX-Like Rust Macro: Step-by-Step Guide - Part 2 Quick note: this isn’t “Part Three” of the JSX-macro series. If that’s w...Jun 6, 2025·6 min read