My name is Cris, welcome to my small little page!
Software Developer
Graduated from Full Sail University 2017
Myself
Residing from Pennsylvania, USA, my passions change from day to day, but I'm always excited to learn new things. I enjoy working on projects, sometimes they will get linked here, but probably not be sure to check my GitHub page for more that I've worked on.
Hobbies
- - Developing tools and small projects
- - Playing Guitar
- - Playing games (Zelda & Final Fantasy XIV)
- - Studying and learning Japanese
Languages
- - Typescript/Javascript
- - C#
- - Rust
- - C/C++
Larger Projects
Projects done either as a team - or to showcase
abilities
LiveSplit
Multipurpose, highly customizable timer program created for Speedrunners,
but
can be used for a variety of applications.
LiveSplit Website - GitHub
livesplit-core
A ground up rewrite of all core functionality of LiveSplit. Written in
Rust and designed to be completely cross platform, with provided releases to numerous different
architectures and languages.
GitHub
LiveSplitOne
The visual UI of livesplit-core, running In-Browser with the full Rust
backend using WASM.
Browser Site - GitHub
TPGZ (Twilight Princess Practice Rom)
Fully functional mod for the game Legend of Zelda: Twilight Princess for the Nintendo Gamecube.
Originally written by myself in Rust, this mod utilizes a wide
array of what can be handled by injecting compiled PowerPC code into a pre-existing game, while
linking to and re-using functions already residing in the game's code. The result of a lot of
sleepless nights
Reverse
Engineering the game, the project itself is now split into multiple different C++ projects linked
together, from multiple contributers.
GitHub - Web Patcher