Origin-OS
Origin-OS copied to clipboard
originOS is a scratch desktop gui made by @Mistium

```js do ( network "getsync" "https://hi.com/text.txt" ) then ( page_data = data data = "" page = "loaded" ) ``` Allows osl to run a command without it stopping the...
```js class "player(id, position, money)" ( self.test(this.input) = ( return this.input == "test" ) ) P1 = new player("1",0,0) log P1.test("test") ``` Static ```js class "Test()" ( static.hello() = (...
Allow for fsl files in origin to be created and run, possible application support for gui once @ThePandaDever adds gui https://github.com/ThePandaDever/Flufi-OS
# OSL Commands ## package "use" "test" // sets data variable to "Successfully found and installed package" or "Failed to find package" // so that you can do error handling...
Really Cool Idea, allow the user to place multiple tiled desktops like windows. Normal System: ``` Desktop1 Desktop2 | \ | window window window ``` Origin Desktop Splitting: ``` Screen...
For an or statement, you can use ```js if in1 == true ( return true ) else ( return in2 ) ``` And then you get the same functionality as...
```js if scope.name == "main" ( window "add_sub" 1 ) mainloop: import "win-buttons" subloop: 1 log "hi" window "stop" ```
Users have no way to host RTR websites locally. ```js def "evalOSL(OSL)" run [].append("out = (" ++ OSL ++ ")") return out endef urls = { "/eval":"evalOSL()" } /* //...
The title speaks for it self, I put the OS into sleep mode and it suddenly froze not allowing me to interact with it in anyway.