Origin-OS icon indicating copy to clipboard operation
Origin-OS copied to clipboard

originOS is a scratch desktop gui made by @Mistium

Results 25 Origin-OS issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/Mistium/Origin-OS/assets/112756430/750806be-baa8-428e-93d4-2929524f0270)

enhancement
Backburner

```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...

enhancement
Backburner
OSL

```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() = (...

Backburner
OSL

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

enhancement

# 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...

Backburner

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.

bug