Stats

2
Projects
12
Devlogs
22
Votes
1
Ships

Coding Time

All Time: 48h 3m
Today: 0h 2m

Member Since

June 23, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

2
🚀
3 devlogs • 20 days ago
relotel

relotel

Shipped
9 devlogs • about 2 months ago

Activity

Got controls working, kinda polluted the component api to do it, but maybe I'll make it work differently in the future. Shown is a preview of the kart movement component :P

jackson
jackson worked on Mario Kart Go
1h 59m • 19 days ago

I extracted a bunch of logic out to the game classes, and now am starting to build the game :D.

In more detail, I:
Created GameObject, which stores the mesh, and other information
Created a component system, and is stored in the GameObject.

I also created 2 components so far. One is a controller component, that will eventually be hooked up to input detection to control the player character, and the rotator component, a testing component that is shown on luigi :>

jackson
jackson worked on Mario Kart Go
3h 9m • 20 days ago

Starting a new project :D

So far I've made a really amazing modular shape thingy to render each object, then added rectangles, triangles, and circles. This took a long time, and a lot of restructures, because I was learning both Go and opengl, but I'm glad I spent a long time setting it up, because it allowed for the next part to be significantly easier. I had already made everything in three dimensions, and through a lot of transforms and dealing with shaders (glsl...) I got 3d working in maybe 25 minutes. Then, I just made a camera object, got it to rotate, and added colors. Lastly, before I did the school work I was putting off, I setup importing the meshes from obj files, (thanks to https://github.com/sheenobu/go-obj, I used this and references to write the code), and now I have a spinning cow in Go! I'll start setting up things like skyboxes, optimisations, and better game loop abstraction, as my goal for the next few days is to get it to a game engine-like state.

jackson
jackson created a project
20d ago

Mario Kart Go

Learning Go and 3d rendering through making a little mario kart clone :D

3 devlogs 0 followers

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

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

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
jackson
jackson worked on relotel
1h 41m • about 2 months ago

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
jackson
jackson worked on relotel
1h 53m • about 2 months ago

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
jackson
jackson created a project
49d ago

relotel

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

relotel
9 devlogs 4 followers Shipped
jackson
jackson joined Summer of Making
49d ago

This was widely regarded as a great move by everyone.