Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exports full desktop as component #2

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
[
"env",
{
"modules": false
}
],
"stage-0",
"react"
]
}
33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Full readme coming once I figure out what it includes
# Goals

- [ ] exportable as a single lightly modifiable component
- [ ] documentation for the file system API to allow easy expandability of said component
- [ ] optimised bundles of this exported and the component library
- [ ] more writable features via local storage
- [ ] server side rendering is more feasible (usage of window currently makes that hard)
- [ ] conversion of data files to work via JSON
- [ ] writable features communicate with server (allowing users to log in)
- [ ] Semi-working My Computer folder (e.g. contains a floppy disc icon that freezes the whole machine for 10 seconds before saying no floppy is inserted)
- [ ] Improved mobile operations
- [ ] Blue screen on all crashes
- [ ] Napster simulator (I've never actually used Napster so if you have then this will suck)
- [ ] collection of easy additional components to write (e.g. calculator)
- [ ] windows XP skin (should be pretty doable and able to be it's own CSS file with how the componets are written)

If you'd like me to focus on any of these please consider donating https://www.buymeacoffee.com/padraig I will give most of this away to charity if anyone actually does donate. If you'd like to add them yourself I'd love to help make it happen!

# Logging Hacks

Hack styles should either be flagged or placed within the root css file

All resizable windows feature a lot of repetition atm
Internet Explorer is a mess now and whenever I get around to it it'll need documentation all of its own

# Updates required
# Credits go to:

Add credits section here
Check performance
Resolve IframeNoticeDealio
- https://github.com/1j01/jspaint for JS Paint
- https://github.com/react95/react95 I stole some of their icons
- https://github.com/1000hz/winmine-exe for an amazing version of MSSansSerif
- https://github.com/ShizukuIchi/ for reminding me to finish this thing after seeing his great XP one, and for his minesweeper
- https://int10h.org/oldschool-pc-fonts/fontlist/ for the boot screen font
- https://codepen.io/lbebber/pen/XJRdrV for that great CRT effect
- https://basicallydan.github.io/skifree.js/ for skifree
- all the people I've forgotten
Loading