Luis Diaz

Software engineer

homeblogprojectsabout

Projects

A gif of an FPS game where the player is shooting a robot, blasting its armor

Armor Blasting

tagsue4 fps C++ Blueprints
Shoot at the armored robot to blast its armor and see through it! In this UE4 project I showcase dynamic damage over meshes triggered by player attacks in real time, achieving a very satisfying feeling of impact for the guns! Check the code on Github !
PPHD8 Extract

PPHD8 Extract

tagsRust 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
dateJan. 2023
AR Carnival

AR Carnival

tagsC# Unity Vuforia AR
Simple AR game made with unity and Vuforia. Use your AR gun to shoot at spawning plates in your desk!
dateJul. 2022
Parkour Shooter

Parkour Shooter

tagsUnreal 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.
dateFeb. 2023
Recursive Ray Tracer

Recursive Ray Tracer

tagsC++ Computer Graphics
Simple example of recursive ray tracer to render scenes offline, written in C++.
dateSept. 2022
TAC Interpreter

TAC Interpreter

tagsC++ 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.
dateDec. 2021
Global Game Jam 2021: Boo Forest

Global Game Jam 2021: Boo Forest

tagsUnity 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.
dateFeb. 2021
Global Game Jam 2019: Domum

Global Game Jam 2019: Domum

tagsUnity 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. :)
dateJan. 2019
Global Game Jam 2023: Echando raíces

Global Game Jam 2023: Echando raíces

tagsUnity 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.
dateFeb. 2023
Multi Layer Perceptron

Multi Layer Perceptron

tagsRust 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.
dateDec. 2021