Cyberportal OS SE is a version of Cyberportal OS written entirely in scratch blocks. For bug reports/feature requests: https://scratch.mit.edu/discuss/topic/419152/?page=1#post-4182430 It has a focus on being fast, and polished. Please note: this is a development version, and some features are lacking. There are no visible sprites, everything is done using pen and stamping. Cyberportal SE is tablet friendly! If you go full screen, panels are very easy to click on and drag.
Currently I'm taking college classes so I don't have much time to work on this. When things lighten up I'll probably start working on it again. Version history: 07/07/20 2.1 - Introduced the pipeline, and began development on the filesystem. Subsystem has been revamped. 07/01/20 2.0 - Created basic interface layout for terminal and files. Functionality coming soon. 07/01/20 1.9 - Tweaked active rendering. Enabling active rendering will now draw all elements when moving or resizing a panel (Enable it in Settings > Behavior > Rendering). Please note, active rendering can cause performance issues. 06/29/20 1.8 - Added support for rectangles. Panels now automatically cascade. 06/27/20 1.7 - Fixed a bug relating to close buttons, and added a "What's new" feature. 06/27/20 1.6 - New wallpapers, settings options, and early support for sliders. Started development on file manager and terminal. 06/18/20 1.5 - You can now launch applications using the dock. Tasks can now perform operations when they are not in focus, and can also detect user input when not in focus if a special boolean is enabled in the task's variables. 06/17/20 1.4 - System will now calculate hitbox bounds for clickable elements, tasks can respond to this. Started development on a settings app. 06/16/20 1.3 - Only the close button on a task's first panel can kill the task, otherwise it just closes the panel. This is far more analogous to how real-life operating systems work. Setting the "interface prefs renderMode" variable to "active" will turn on active rendering. 06/15/20 1.2 - Added closing tasks, and tweaked the resize handle hitbox to make it easier to click. Fixed a minor cosmetic glitch. 06/14/20 1.1 - Added panel resizing. 06/14/20 1.0 - Initial release