Mistium / Origin-OS

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

[New OSL] Gui Cache Management #43

Closed Mistium closed 7 months ago

Mistium commented 9 months ago

Basic Syntax

gui_cache = window cache data


Function Osl Equivalent

You can technically build a caching system within the osl engine, however these suggested commands interact directly with the window caching system.

There is therefore no osl equivalent for this system


Example Use

This command is intended to be used over a large program in order to help with optimisations, it is difficult to show how it could be used in a small program.

Mistium commented 7 months ago

not useful so im going to remove this