My Space Simulation on the Web!
I built a browser based space simulation demo. Explore the solar system in your browser at:
Little Jaina
I updated and web enabled my first game jam entry using the Godot game engine.
It is now playable directly in your browser at: https://antzgames.itch.io/little-mage
It is a World of Warcraft like demo game with similar player and camera controls.
The game jam was for Pirate Software – Game Jam 14, which had over 7800 participants, and 1400 game entries.
Dungeon Crawler Game Jam 2025
I had so much fun developing my game jam entry for the annual Dungeon Crawler Game Jam.
In one week I built an inventory system, a gear system, skills tree, spell bar, vendor system, a combat system and a loot system.
In addition, I experimented with multiple lights and shadows. I also used my own A* search pathing algorithm instead of a navigation mesh.
From Mixamo to Godot: An Easier Approach
I created a video tutorial that explores the integration of Mixamo animations into the Godot game engine, focusing on the specific challenges users face especially with custom 3D character models. I made this tutorial and it uses a simplified approach.
I tried using other Mixamo to Godot tutorials with a custom rigged characters which resulted in poor results. I made this tutorial and it uses a simplified approach. This solution does not need Blender or any other tools other than Mixamo and Godot 4.3+.
Godot Boat Waves
Using compute shaders, I have made a basic speed boat demo showing a (Kelvin) wake pattern on a water shader. This demo is based off of the Compute Texture demo from the official godot-demo-projects
Skeletron 2084
I made a 3D remake of the 1982 classic arcade game: Robotron 2084 using Godot for a recent retro style game jam. This game’s goal was to test my vertex animation textures solution inside a real game.
Godot GridMap for libGDX
I have created a solution that takes a 3D GridMap from Godot and uses it in my custom libGDX game engine. libGDX unfortunately does not come with a 3D Editor, more importantly, it does not have any 3D grid editors like libGDX has for 2D tile sets.
GLTF Mesh Optimizer Tool
I developed a tool that allows easy creation of LODs from your GLTF models with only a few clicks.
The tool allows you to save each LOD as a separate GLTF file.
Models are automatically optimized and LODs are generated on import.
Godot Vertex Animation Textures Plugin
I created a plugin that extends the MultiMeshInstance3D node to support instanced vertex animations using vertex texture data.
My plugin is designed to simplify the process of animating meshes using VATs, providing a seamless integration with the Godot workflow.