Projects

A (non-exaustive) list of my projects!

EGG

Abreviation for “Emulador Genérico do Gabriel”. EGG is an emulator tailored at computer science education, designed specifically with the needs of the Microcomputers classes at UFPR. Supports RISC-V, MIPS and a fantasy architecture named Sagui.

Features
  • Internationalized interface, currently translated only for Portuguese.
  • Debugger with breakpoints, rewind, stepping and dump functionality.
  • Assembly syntax designed to help students.

EGG probably works in any system with virtual memory where Go also works.

Note that the Windows binary is not tested!

Intergo

Small internationalization library for Go inspired by Gettext. Languages are stored in hashmaps and thus the library does not require any runtime file to work. Used for the internationalization in EGG.

Rave

Audio visualizer made with Raylib in C.

Obligatory screenshot

b3.h

Definitions for B3 FIX/SBE messages. Header-only library.

Striker

The Resistance remains in the Arctic Ocean. In the Spitsbergen Nuclear Facility, at the Svalbard Archipelago, near the town of Longyearbyen, you’re under attack and needs to shoot down all enemy missiles. The Resistance needs your help fighting the Enemy.

Obligatory screenshot

Lunar Command

Point-and-click Missile Command clone made with LÖVE.

Obligatory screenshot

Iguassu

rio clone for X11.

Differences from Plan 9 From User Space rio:

  • Text rendering via Xft so TrueType support.
  • Configuration via source code only (config.h).
  • No compiled limits.
  • Three keybinds: one for fullscreen, one for reshaping and one for fixing bad rendered windows.
  • Additional menu on button 1 that shows all windows.

See the repo for more information.

Obligatory screenshot

Barigui

Mouse-oriented dynamic window manager for X11.

It manages windows in a floating way by default, but windows may be put in a tiled “master-stack” layer, similar to dwm but reversed. Windows may be hide and are controlled via a tiny bar at their side.

Obligatory screenshot

wwtobu

Acronym to “Window Waiting TO Be Useful”.

This is a X window that display a bunch of labels which you can click to run commands. It also displays the name of the root window so it works as statusline with programs like slstatus.

That’s all. It just sits there in your desktop waiting to be useful.