IronManOS
- 3 Devlogs
- 15 Total hours
A browser operating system for people who really like Iron Man
A browser operating system for people who really like Iron Man
Wrapping up IronManOS. Added the last piece - a Suit HUD app with live power diagnostics, a spinning arc reactor tied to the reactor readout, animated radar, and a boot sequence that reveals each panel in turn. Wrote a proper README and pushed everything live on GitHub Pages: https://raczjonathan12.github.io/.
This was my first time hand-coding HTML from scratch - no framework, no tutorial copy-paste. Building something this involved (animations, live data updates, a working desktop-style OS) while learning the language at the same time was the real challenge.
Back on IronManOS after a break.
This session: built the Jarvis app, click a button and a video plays.
First time I’ve gotten video embedded and triggered inside an HTML file myself. Wasn’t hard exactly, just new - had to figure out the click handler and video element actually talking to each other.
Hello everyone, this is my first devlog
I’m currently building my IronManOS project, this is the first time I’m manually coding in HTML and not letting AI do all the work, that’s why it took me so long (8 hours and 16 minutes to be exact across 2 days).
I just finished my first app on the OS which is a quiz app with 10 questions.
Next I’m building a JARVIS app, just one line and a close, but it will be good practice.