This website is currently a work in progress. I’m actively creating entries for projects, and so many are still missing. This page shows an overview of all projects I plan on adding to the website in the near future.
Solo developed a 3D platformer using the Godot engine. Implemented two level building blocks that introduce unique gameplay mechanics, a 3D character controller, procedural level decorations, and an assortment of other gameplay features.
In a two-person team, developed a 2D twin-stick shooter for the GMTK Game Jam 2023, in which it ranked 250 out of 6771 games.
In a two-person team, developed a 2D stealth platformer for Ludum Dare 53.
Using CUDA and C++, implemented a GPU software rasterizer from scratch to replicate OpenGL’s basic functionality. It can render a 3D model with a diffuse and specular texture and a normal map, through user-defined vertex and fragment shaders.
Using Rust to interface with the Spotify API, built a command line application to organize playlists.
Co-authored a paper on a real life application of decision-making algorithms published in Springer’s OR Spectrum.
Built SACI (en: Informatics centre’s decision-making system), a website that uses optimization algorithms to aid in academic decision-making.
Conferece report at ”Anais do Simpósio Brasileiro de Pesquisa Operacional” (portuguese).
Formulated and implemented an integer programming model to assign evaluators to grant proposals while simulteneously scheduling meetings amongst evaluators of the same proposal.
Using C++, implemented the GILS-RVND meta-heuristic for the minimum latency optimization problem. Learned how to implement algorithms from scientific papers.