Open comments for this post
Devlog 01
Finished
- A top bar (inspired by MacOS)
- M+ will be the clipboard manager
- Four operations (+/-/x/÷) at the center of the top bar; these control the selected window
- +: maximizes the window
- -: hides the window
- x: creates a new window for the selected app
- ÷: quits the selected app
- Window manager logic that allows multiple windows of the same app (by duplication html and using IDs for each window)
Future Plans
- The main calculator menu (like a search bar, but a calculator and everything in the operating system will be controlled from here)
- A file explorer to look back at previous calculations (history files)
- A math store (app store) to install higher levels of math; I don’t know what the higher levels of math will be used for in the OS, but yeah
Note
divs have to be the best component in html