Skip to content
Mistium edited this page May 15, 2024 · 4 revisions

OASM

About

Origin Assembly is a simple and powerful language used for rendering and scripting with compiled and super fast execution, able to calculate the 1000th fibonnacii number in 0.6ms on my macbook pro

Docs

OASM

OTAS

About

Origin Transpiled Assembly is an abstracted version of oasm that keeps oasm's speed and is easier to read and write, this allows you to write in more familiar code while keeping super fast rendering speeds without having to trust possibly malicious scratch code, added through a sprite import.

Docs

OTAS

Clone this wiki locally