pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
355 stars 38 forks source link

WIP: Rocky.js Support #113

Open UDXS opened 4 years ago

UDXS commented 4 years ago

Rocky.js was Pebble's official on-watch JavaScript runtime (based on JerryScript). It was still in its early stages but is still usable for making watchfaces. This PR aims to fully implement the runtime and all the libraries for displaying watchfaces.

To-do

ImUrX commented 4 years ago

how can i contribute on this? i would like to help doing the std lib :P

UDXS commented 4 years ago

Thank you for your interest! Unfortunately, the event loop code was quite broken and, due to other work I had, the code ended up rotting as the codebase evolved without me regularly updating it. I'm working on redoing Rocky.js support with the better knowledge I have of the underlying Jerryscript engine now and I'll get back to you when library implementatoin needs to be done.

ImUrX commented 4 years ago

Ok, good luck with the other stuff