Luis DiazSoftware engineer | ||||
| home | blog | projects | about | |
![]() | |
Armor Blasting | |
| tags | ue4 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 | |
| tags | 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 | |
| date | Jan. 2023 |
![]() | |
AR Carnival | |
| tags | C# Unity Vuforia AR |
| Simple AR game made with unity and Vuforia. Use your AR gun to shoot at spawning plates in your desk! | |
| date | Jul. 2022 |
![]() | |
Parkour Shooter | |
| tags | 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. | |
| date | Feb. 2023 |
![]() | |
Recursive Ray Tracer | |
| tags | C++ Computer Graphics |
| Simple example of recursive ray tracer to render scenes offline, written in C++. | |
| date | Sept. 2022 |
TAC Interpreter | |
| tags | 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. | |
| date | Dec. 2021 |
![]() | |
Global Game Jam 2021: Boo Forest | |
| tags | 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. | |
| date | Feb. 2021 |
![]() | |
Global Game Jam 2019: Domum | |
| tags | 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. :) | |
| date | Jan. 2019 |
![]() | |
Global Game Jam 2023: Echando raíces | |
| tags | 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. | |
| date | Feb. 2023 |
Multi Layer Perceptron | |
| tags | 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. | |
| date | Dec. 2021 |