Portfolio
-
PPHD8 Extract
Rust Systems Programming Tools
A tool written in rust to extract .VAG audio files from PPHD8 files, an audio file format for old Play Station consoles
Jan. 2023 -
AR Carnival
C# Unity Vuforia AR
Simple AR game made with unity and Vuforia. Use your AR gun to shoot at spawning plates in your desk!
Jul. 2022 -
Parkour Shooter
Unreal 4 C++ Blueprints
This is an Unreal Engine project where I aimed to implement and experiment with advanced mobility mechanics in an FPS game. The core movement features include sliding, wall running, a grappling hook, and vaulting.
Feb. 2023 -
Recursive Ray Tracer
C++ Computer Graphics
Simple example of recursive ray tracer to render scenes offline, written in C++.
Sept. 2022 -
TAC Interpreter
C++ Compilers Programing
This is an interpreter for the intermediate language (or three-address code (TAC)) generated by a compiler I once worked on. It's like a tiny virtual machine that runs on TAC code, simulating memory and registers and processing instructions.
Dec. 2021 -
Global Game Jam 2021: Boo Forest
Unity C# Global Game Jam
Help a kitten lost in the woods, full of terrors, find its way out! You play as a friendly ghost guiding the kitten through puzzle-based levels. This game was our entry for the Global Game Jam 2021.
Feb. 2021 -
Global Game Jam 2019: Domum
Unity C# Global Game Jam
Welcome to Domum, an inn full of travel and discoveries, located in the imaginary land of "Delta Amacuro". Talk to guests and play mini-games to learn more about them! This was the game we made during my very first Global Game Jam. :)
Jan. 2019 -
Global Game Jam 2023: Echando raíces
Unity C# Global Game Jam
Our game made in the Global Game Jam in Caracas 2023. You play as a flower who must survive all four seasons by collecting resources using cards and extending your roots on the map.
Feb. 2023 -
Multi Layer Perceptron
Rust Machine Learning
This was a simple experiment to learn Rust in which I implemented a basic multi-layer perceptron. I then used this perceptron to test classification on the MNIST dataset, achieving 78% accuracy in the best case.
Dec. 2021