Skip to content

Instantly share code, notes, and snippets.

View gabrielcsapo's full-sized avatar
💻
In the matrix

Gabriel Csapo gabrielcsapo

💻
In the matrix
View GitHub Profile
@joeycastillo
joeycastillo / Focus.cpp
Created June 20, 2022 22:37
A simple Focus-based app for tracking progress on projects
#include "Focus.h"
#include "Arduino.h"
#include <algorithm>
Task::Task() {
}
View::View(Rect rect) {
this->frame = rect;
this->window.reset();