Projects
Game
Far Star
Far Star is a story-driven action-adventure game with Metroidvania influences. I developed this project by myself, coding, designing and illustrating everything from the ground up. Release date: October, 2023. You can find devlogs on my Youtube channel.Game Dev Godot Plugin Open Source
Aseprite Wizard
Plugin for Godot game engine to import animations from Aseprite. It has many useful features to streamline pixel art imports.Game Dev Open Source Godot Plugin
Clyde Dialogue
Clyde is a language I developed for writting dialogues for games. I implemented a few projects, including parsers, interpreters, syntax highlighting and a plugin for the Godot Game Engine.Game Dev Tutorials
This is Vini on Youtube
My Youtube channel is my personal corner focused on game development. I post dev logs, tutorials and random videos sometimes.Tool Open Source
TmuxRunner.vim
This is a plugin for Vim/Neovim to interact with Tmux. As most of my projects, it was born from a necessity, so I published it in case other people find it useful.Open Source Tutorials
More on Github
I'm always playing around and trying new stuff. You can find many code examples, libraries and experiments on my Github account.Archive
These projects are not in active development anymore, but their code is still there for reference or whatever people want to do with them. Those projects are still useful and estable, but as I'm not able to focus on them, due to other priorities or having moved away from the domain, I don't feel confortable keeping updating them.
Open Source Rust
SSE Client
EventSource implementation in Rust to handle streams of Server-Sent Events. It handles connections, redirections, retries and message parsing.Open Source Rust