Rotating squares
A visual effect obtained by rotating increasingly big squares. Each square gets a slightly different speed of rotation to obtain the effect.
I started programming for my university studies: mainly data analysis around economics. Since then, it has snowballed into something that has found its place in every aspect of my life. It's in the way I think about a problem, interact with my computer or phone, and even draw! (I am useless with a pencil). Here are the projects I've developed over the last couple of years that I think might interest someone.
Zero-player game (meaning it's development is determined by its initial state) dominated by a set of rules that can be boiled down to three: any cell with two or three neighbours survives, any dead cell with three live neighbours becomes a live cell and any other cells die or stay dead in the next generation.
Small full-stack exercise tracker, complete with a server and DB for storing users and logs.