Please sign in to access this page

relotel

relotel Used AI

9 devlogs
9h 6m
•  Ship certified
Created by jackson

A webos with a linux-style userspace with a windows95-style ui.

Timeline

Ship 1

0 payouts of shell 0 shells

jackson

2 days ago

jackson Covers 9 devlogs and 9h 6m

Started working on le test suite

Update attachment

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.

Update attachment

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)

Update attachment
s0urce-c0de s0urce-c0de about 2 months ago
im waiting for the ship 👀

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!

Update attachment
yehor yehor about 2 months ago
ngl looks great, keep up the good work!

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

Update attachment

Now we load apps from localstorage. This took WAY too long. (Add babel to the list of libraries lmao)

Update attachment

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

Update attachment

Got a scrolling wm working, along with a custom app registry, but the process registry needs some work.

Update attachment

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.

Update attachment