Mistium / Origin-OS

originOS is a scratch desktop gui made by @Mistium
https://origin.mistium.com
24 stars 9 forks source link

[NEW OSL] OUID System #133

Closed Mistium closed 3 weeks ago

Mistium commented 3 weeks ago

https://github.com/Mistium/Origin-OS/wiki/OUID

Add this to osl

id = ouidNew()
image "load" data id
mainloop:
image id

Allows apps to make new images or other id based systems that cannot and never will conflict with other apps, specifically useful for networking, images, and other similar systems that are os wide and not confined to the app itself