1.0.5 • Published 7 years ago

@origamidl/webgl v1.0.5

Weekly downloads
1
License
CC-BY-NC-4.0
Repository
github
Last release
7 years ago

Origami WebGL Runtime

This is the official WebGL runtime for the Origami Definition Language.

Usage

Browser

<script type="application/javascript" src="browser.min.js"></script>
<script type="application/origami">
# paper: square

--bottom: --(.b .c)
fold .a to .b
fold --bottom to --^1
</script>

As a module

import OrigamiRuntime from '@origamidl/webgl';

const code = `
# paper: square

--bottom: --(.b .c)
fold .a to .b
fold --bottom to --^1
`;

let runtime = new OrigamiRuntime();
runtime.parse(code);
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago