CosmOS
- 1 Devlogs
- 4 Total hours
My web OS that was designed with a minimalistic cosmic style.
My web OS that was designed with a minimalistic cosmic style.
Devlog #1
So what’s here: A space themed desktop environment with draggable windows, a notification center, two arcade games (SpaceSnake + Asteroid Destroyer), a music player, and a secret shutdown animation.
My first version tried to do too much, custom file system, terminal emulator, easter eggs. After almost one and a half hour of nothing working, I deleted almost everything and started over with just the window manager and games. Best decision I made. The rewrite took another one and a half hour and it actually runs.
Next up: Fix the double-draw asteroid bug (I have two loops running), preload images so they don’t reload every frame(optimalisation), and write a README. Then I’ll make a demo site and then ship the project.
PS: Yes, the asteroids rotate. Yes, I spent way too long on that.