DEVLOG #2 — structure, styling, windowsgot the full HTML skeleton done today. no JS yet — just structure and CSS.started with the CSS variables. dark space palette — #03040a background, cyan #00d4ff, gold #f5c842, violet #a259ff. JetBrains Mono for everything terminal-facing, Space Grotesk for UI. both from Google Fonts.laid out the core systems: particle canvas fixed behind everything at z-index 0, desktop layer above it, taskbar pinned to the bottom with backdrop blur. window class with focused state (cyan border glow), hidden state, draggable titlebar, resize handle at bottom-right.boot screen CSS done — the big “RishavOS” title in cyan, loading bar that transitions from cyan to violet, status message underneath.then the three windows in HTML: Superposition launcher with the black hole canvas behind the content, terminal with input row, quantum clock. taskbar has icons for all three with the active dot indicator underneath.from the screenshot — windows are rendering but sitting center-screen stacked. positioning is off because the JS for drag/focus/layout hasn’t been written yet. that’s next session.what’s left: all the JS. boot animation, particle decoherence system, black hole canvas, window drag + resize + focus, terminal commands, clock ticker.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.