Location via proxy:   
[Report a bug]   [Manage cookies]                

About Me

I'm a software engineer with experience developing applications, microservices, cloud infrastructure, automation tools, games, and audio software. Versatility has been one constant in my career, and I'm always looking for new challenges to push myself.

Projects


Smashing Crystals (Unity, C# .NET)

Game prototype where the player has to throw magical balls to break crystals. I wrote all of the game's logic, including a custom editor tool to automatically add grass above the terrain's surface.

Worked On: Code, Art, Animation.

Undead Masher (Unity, C# .NET)

I worked on this project with a group of 2 artists and an animator. I wrote all of the game's logic, including a custom scripting tool that allowed us to quickly create new zombie patterns in-game.

Worked On: Code.

Chuta Gol (Unity, C# .NET)

I worked on this project with a group of an artist and an animator. I wrote all of the game's logic, integrated mobile SDKs (Admob, Facebook) and published it to Android/iOS.

Worked On: Code, Animation.

Megaman Engine (XNA, C# .NET)

An engine that tries to replicate the classic Megaman games from the NES era but with HD graphics. I wrote all of the engine's logic, including physics and collision detection.

Worked On: Code, Art, Animation.

Rope/Chain Simulator (Unity, C# .NET)

Ideal for character clothes such as scarves and capes, it uses the verlet integration method. The simulation runs at a fixed timestep (with interpolation) and features an override/preset system.

Source Code

Platformer 2D System (Unity, C# .NET)

Collision detection and movement system for 2D platformers. The goal of this project is to provide core functionality to help with the creation of custom character controllers.

Source Code

Audio Tools


Yamaha S-YXG50 Control Panel (JSFX)

Reaper plugin that allows music producers to control the Yamaha S-YXG50 synthesizer. This is a fork from Shiru's control panel. I added many new features, UI improvements, and bug fixes. Thanks to this project I learned about multi-threaded programming (spinlocks, message queues).

Source Code

Reaper Tools (JSFX, Lua)

Collection of customized effects and scripts for Reaper. Including an improved MIDI arpeggiator and Lua scripts that enhance the user's workflow.

Source Code

DMW Converter (C# .NET)

Command-line tool to convert DefleMask's binary wavetable files (.dmw) to human-readable text files.

Source Code