I'm Gaby, A ((VR) Game)/ Fullstack-ish Software Developer from El Puerto de Santa Maria, Spain.
Name | Description | Languages | Framework/Engine/Libs |
---|---|---|---|
VR Project | A Mystery VR Game made with Unreal Engine 4/5. Game Store Page Here | Unreal C++ (with some std C++) and Blueprint | Unreal Engine, FMOD, ImGUI, etc... |
TestingGrounds++ | An Improved version of Ben Tristem's Exercise: TestingGrounds | Unreal C++ and Blueprints | Unreal Engine |
ArrowDialogueParser | Arrow's Dialogues Converter to CSV | golang | N/A |
BacklogDatabase-Utils | An Interactive Tool for an easy database autocompletion | C# (.Net 6) | LINQ, EntityFramework |
UE4-Toolkit | A set of scripts for CI/UEEditor-less for building/cooking | Powershell & Bourne shell (/bin/sh) | N/A |
HLTB2GameList | A Quick Port/Workaround to Python of my BacklogDatabase-Utils for HLTB Stats (~4.5 work hours) | Python | SQLite3 |
Beaten Games | It's just a Beaten Game list made with ReactJS. (First time that I use it, ~2 work days). It pulls information from a static JSON generated with information from my database plus some reference from the IGDB database. Live Webpage | Javascript | React.js |
Name | Description | Language |
---|---|---|
CustomOpenXRControllerIntegration | Highlight XR Button Unifed and automatized mesh load System for Unreal Engine (With the use of VRExpansion), Expect something like this | C++ (rewritten), Blueprint (original) |
AsyncMapFramework | An Automatized Async load Map (via Level Streaming) mainly focused on VR Applications and Games, Expect something like this | C++ (rewritten), Originally as a function for VRProject GameMode Class |
Custom 3D Subtitles | A stylish subtitles system and queue for Unreal Engine, Ideally for use with the (in-house) FMOD Integration Plugin, Expect something like this | Originally Blueprint & C++ for VRProject, full C++ rewrite planned. |
UMagicEnum | Adaptation of magic_enum for Unreal Engine with helper functions | C++ |
** Most of them without official documentation yet... Sorry...
Name | Description | Languages |
---|---|---|
SteamAudio | Fixed some missing libraries copies and avoid an exception when It's already downloaded (<5 minutes) | Python |
howlongtobeat | Fixed some getting results, added Unit Tests and other fixes (Duration: half-day) | C# |