SpaceOS
- 2 Devlogs
- 5 Total hours
Space themed web based Operating System
Space themed web based Operating System
So I worked on the drag feature for the window, that and the opening and closing as well.
I encountered a problem where the code refusing to run properly but after looking at it for a few minutes, I saw it was a variable naming error (probably from the guide, not really a major issue)
I made the handle a blackhole impression which the window is only moveable from that spot (the idea behind it is like a singularity pulling in the cursor and not wanting to let go, atleast thats what I want it to feel like)
The close button is also functional now and I made the underlined SpaceOS text at the top corner be what would open the welcome screen again. ohh, yes, there was this issue where after I closed and reopened the window, the positions will be all wrong and cluttered, I did a little search and found a fix for it by changing the display function from flex to block.
Ive also switched from inline CSS to external CSS file (although I had already used an external file for some earlier already.)
Alright, This is my attempt at the WebOS mission. I decided to make a space themed OS. As of right now I want the OS to work like a sort of exploration guide for different objects in space. I had a bit of an issue positioning the image, I was already getting a bit frustrated and almost went doom scrolling in frustration 😪, but guess what, I discovered the issue, it was just a simple sizing issue, everything else was okay. Can you IMAGINEEE, just sizing.
Well anyways, this is what ive done as of now, the frog game about the flex attribute in the tutorial was quite helpful cause i was struggling with positioning otherwise.
Theres a lot more features I want to add so ill need to do a little research first (especially for the javascript parts).