Please sign in to access this page
operating system designed to run on a device im building
Lezetho
Check their project out: ptdlmanage
fluffy
Check their projects out: libxnotch, The Polished OS Development Course, Polished (V1), Radian OS
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
the filesystem works now! it's accessible through the new libfs. also added libsettings (libfs abstraction) for apps and system components to store configs to. added some new properties and alignment stuff to libui and some new fonts and icons, and continued working on everything required for the start screen. i spent a lot of this time fighting with tooling :(, tinygo is not so great when it comes to that.
right now im waiting for a pico w i bought to arrive because im quite excited to get on with the networking stuff.
worked on shell designs, implemented basic filesystem (needs more work tho), added the bitmap element and cleaned some stuff up
libui (ui library) now supports containers, meaning you can align elements relative to each other, as shown in the gif. interfaceman (interface manager) is now completed, apps that try to render to where the program titlebar is are blocked, as shown in the gif.