This website was created as a reminder to myself of the things I build.
It's optimized to load as fast as possible.
Read moreThis website was created as a reminder to myself of the things I build.
It's optimized to load as fast as possible.
Read moreA tool to take notes.
A Quadtree is a way to organise spatial data to efficiently locate them.
Read moreA game developed over a single weekend for the Game Maker Developer Toolkit 2018 hackathon with 2 friends.
The theme was "GENRE, but you can’t MECHANIC" so we created this platformer where some platforms are intangible. Didn't really match the theme but we had fun creating and playing it
Read moreAround 2013 I learned Phaser and wondered if I could understand it's internals. This is where GLib, which stands for just Game-Library, was born the idea was to build a simple 2D game engine for leaning proposes.
Read moreA simulation of cells hunting each other. There are three kind of cells: Plants (dark green), Herbivores (light green) and Hunters (red).
Read moreA tool I needed to edit Github Gists. It has all the power of Visual Studio Code since it's using Monaco Editor: Multi-cursor selection, syntax highlighting, intellisense and even Typescript validation.
Read moreA terminal emulator running in the browser connected by WebSocket to a MUD server via Telnet.
The tool has a plugin system to track state like inventory, chat, skills tree... and "workflows" in order to automate behavior.
Read moreSpanish constitution as markdown files with links to each section. There's one commit per amendment so we can see exactly what was changed.
Extracted with a custom tool from Official State Gazette website
Read moreA set of Discord bots based on three characters of Eh Tio! comic series. All bots have the same base structure and custom behavior is added through a plugin system.
Read moreThis is a tool developed by a need. I bought an ErgoDox keyboard which allows for a complete re-map of every single key, sadly this is done with a unintuitive list of numbers in C
. In order to quickly try different configurations I developed this web page. It allows you to visually select the configuration for each key and generate the C
code to be compiled and injected into the keyboard hardware.