Please sign in to access this page
A webos with a linux-style userspace with a windows95-style ui.
Sp06
Check their project out: More Webdev
Pedro B.
Check their projects out: FRAME, How Did We Get Here?, edit, Smudge, WAVE
s0urce-c0de
Check their projects out: URL Shortener, ReloProxy
Samy
Check their projects out: The Big Brother Mod., Govern Them™
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!
Yep, package installation fully works! This weekend I'll be a little bit busy but I plan to make a few apps before I have to visit colleges.
Heyyyy its back up.
I put in a lot of backend work today with package installation, and with making docs, and app installation is now working!!! 🎉🎉🎉🎉
Developing more apps, making it more modular (bars) and better theming will be my focus for the rest of the week as I shift my eyes towards more long-term goals (proxy integration, etc)
Wasn't able to do much work yesterday, I was burdened with like 15 assignments :(
Fortunately, I was able to fix wm switching, and I am now starting to work on package installation!
Not a whole lot for this one, I just created a tiling wm, made it source the wm from the virtual environment, and create a place in settings to dynamically load it. I have a lot of assignments due tomorrow, so I might not be able to put as much work in, but here's a photo of the tiling wm. A great thing about this webos is how easy it is to contribute to, and hopefully in a few hours together I can get package importing and package repos working :D
Now we load apps from localstorage. This took WAY too long. (Add babel to the list of libraries lmao)
Whoo boy lots of changes. Currently I am working on moving all of the components to the internal storage and loading them from there. This makes it harder to test everything, but is better for modularity in the long term. I've added a few apps as well, and I'm making basically every component (bar, app bars, wm, etc) an app in virtual storage.
I'm currently having some issues loading the app registry from memory, so here's a photo of the empty app list
Got a scrolling wm working, along with a custom app registry, but the process registry needs some work.
I've been busy :D
So far I've:
Switched the file system library 3 times now, I've landed on localforage.
Made the file system and user system
Made a functioning user login and account creation screen that transports the user to the..
Main screen made!!! this will have
A bar at the bottom that will eventually be integrated into the...
process list - this is the last big chunk of backend that I need to make, but it shouldn't be horrible.
After this I still need to create the WM, then I can start working on developing apps.