FormulaOS
- 2 Devlogs
- 15 Total hours
An F1 OS (eventually) filled to the brim with F1 content, memes, and references!
An F1 OS (eventually) filled to the brim with F1 content, memes, and references!
I added a simple notes app that is heavily inspired by the Apple Notes app (right now at least). I also added an analog clock drawn through JS graphics.
The notes app is currently very simple and only has the capability to create and edit notes (no delete functionality yet). The first line in your note determines its title and the rest is considered its content (similar to Apple Notes).
The analog clock is drawn through simple JavaScript graphics. It is repeatedly drawn over and over again to update the clock’s hands by using the the requestAnimationFrame() function which automatically synchronizes repeated updates to the refresh rate of the user’s display.
This is taking way too long for WebOS 1. I’ll try to finish the first ship by the next devlog.
FormulaOS, a little OS for F1 lovers.
I really just added a lot of the skeleton/components I will be using throughout this project. For example, I made a reusable window component. It currently has a full screen button working but isn’t freely resizable by the user like actual OS windows typically are.