I am building a fully functional, retro-styled Operating System simulator running entirely in the browser
I am building a fully functional, retro-styled Operating System simulator running entirely in the browser
I pushed the system’s capabilities further by implementing a working command line and polishing the visual details.
Log in to leave a comment
The system now has a complete navigation flow. I focused on window management and building the most iconic feature of the 90s, the Start Menu.
Log in to leave a comment
I have transformed the system from a read-only viewer into a functional workspace capable of creating data.
Log in to leave a comment
I have officially named the project Web95. Beyond the rebranding, I focused on giving the operating system a memory and a functional desktop interface.
No video this time. You can use your imagination to see it working. In the picture the “System” folder is selected. And then another picture with the 2 folders and file opened.
Log in to leave a comment
I have updated the system from a static boot screen to a functional GUI.
This time I did record a video of it.
And I also came up with the name Web95 for the project.
Another thing to clarify is that I have 4 hours and 30 minutes of work logged (HackTime shows it, and I also timed it myself), but here on hackclub.com, when I upload the vlog, it says: “This devlog will log 2h 32m of work.” And that’s 2 hours less. It’s not just a little.
Log in to leave a comment
The code currently runs a simulated BIOS boot sequence using a custom-made DOM engine. It asynchronously renders system checks text line-by-line and, once the ‘hardware’ check is complete, it triggers a state change that initializes the graphical interface. (I couldn’t record so I’m just showing the part when the check it’s completed).
For now, the system check info is hardcoded.
Log in to leave a comment