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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.