-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Core Features, Packages and Themes #15
Comments
I think there needs to be some discussion about where you want to go with Writer, Music Player and File Manager. Writer Music Player |
@MrSchism With the Writer app I was thinking of making it look like you type in on actual paper (like in MS Word and the likes with rulers and all that) I'm not sure about the Music Player. Suggestions are very welcome! |
@rlamana made a great HTML5/CSS/JS window manager called Ventus. He also made a nifty project called "Terminusjs") which might be worth taking a gander at. Terminus could probably work really well with OS.js |
@MrSchism Yeah, I saw Ventus some time ago. I actually made a shell for the previous OS.js version that worked pretty well, but the code was pretty bad. Terminusjs seems really nice and could be included for sure. Maybe I should create a tutorial on how I would go ahead and do it ? That could be a nice reference for anyone that wants to get started on app development. The new homepage could really use some details and extensive documentation. I have been thinking about including something like this for a while, but have not settled for how I want it. There are some other very awesome JS terminal libraries out there that can actually do real SSH connections with streaming and full color support and all that jazz. |
Which other ones were you looking at? Personally, I'd be happy with an extremely limited set of commands. Too many commands... or too much complexity in the commands... could potentially slow the system and/or potentially increase security concerns. |
@MrSchism
The commands in this case will be a wrapper for the API functions
That is nothing to worry about. Nothing will slow down even if there was a million of them :) And about the security, the only place where this can be of a concern is the Virtual Filesystem (for example if they break out of the system and read/modify system files). The nice thing here is that the server handles this and should detect any malicious attempts and block them (depending on configurations) |
This issue is pretty much deprecated. The rest of the TODOs is noted in #49 |
updating version to v2.0.2; adding some missing dependencies
Issue for core features and default packages
Related issues:
Next-Generation UI ([UI] Next-Generation GUI, Dialogs and Themes #136)Server
Client
CoreWM
Finish panel item settings([CoreWM] PanelItem Settings #150)Default Packages
Extra Packages
Default Themes
Looking for people to make some :)
The text was updated successfully, but these errors were encountered: