https://github.com/plsr/ohes
I like what dustin brett did and wanted to see if I could do it too
https://github.com/plsr/ohes
Last synced: about 1 year ago
JSON representation
I like what dustin brett did and wanted to see if I could do it too
- Host: GitHub
- URL: https://github.com/plsr/ohes
- Owner: Plsr
- Created: 2022-07-19T22:17:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T22:09:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T04:14:59.379Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dekstorp
A try at building an OS in the browser, indpired by [Dustin Brett](https://dustinbrett.com/). No goals or purpose, just me playing around to see if I can do it.
For updates, please see the [changelog](/CHANGELOG.md)
## Stuff that could be done
### Window Management
- [ ] When clicking a background window, it should move to the foreground
- [ ] When un-minimizing a window from the task bar, it should become the foreground window
- [x] Better drag preview when dragging a window around
- [x] Allow minimizing of apps from title bar
- [x] Allow maximazing apps from task bar
- [ ] Add context menu to task bar and allow closing applications from there
- [ ] Allow maximizing applications from task and menu bar