-
-
Notifications
You must be signed in to change notification settings - Fork 15
Origin Scripting Language
Origin Scripting Language (OSL) is the primary system scripting language for originOS, a user interface platform or operating system. It is designed to facilitate various tasks, such as data management, GUI (Graphical User Interface) creation, and application development within the originOS environment.
if you have questions on how to program specific things, join my discord server below and dm me your questions, i don't mind
Program Flow (if statements, loops, those things)
Variables (Set values)
UI Elements (Actually render stuff to your application!)
Pen (draw lines and transparency)
Positioning UI (Move where you render stuff)
Operators and expressions (+-/*) and or nor xor
Subroutines (custom commands and events)
Modifiers (stuff that lets you modify a single command in one line: c#fff chx#30 hover_c#444)
Vectors and Mini 3d(do some cool stuff with vectors)
Edit a data:url (data urls can be edited using these commands)
originOS is a web desktop gui with a self contained file system, programming languages, internet system and a whole lot of stuff an os should be able to do Use originOS here