You are browsing as a guest. Sign up (or log in) to start making projects!

FormulaOS

  • 2 Devlogs
  • 15 Total hours

An F1 OS (eventually) filled to the brim with F1 content, memes, and references!

Open comments for this post

8h 47m 59s logged

Notes App & Clock

Devlog #2

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.

Notes App

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 Clock

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.

0
0
9
Open comments for this post

6h 23m 28s logged

Frontend Skeleton

Devlog #1

FormulaOS, a little OS for F1 lovers.

Progress

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.

Next Steps

  • Find a better color scheme?
    • Add wallpapers (although I might save this for later)
  • Add a bottom bar
  • Clock and maybe calendar widget(s)
  • Add more apps (I’ll decide which ones to add later)
  • F1 themed fonts?
0
0
5

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…