@origamidl/webgl

1.0.5 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i @origamidl/webgl

Weekly Downloads

2

Version

1.0.5

License

CC-BY-NC-4.0

Unpacked Size

1.66 MB

Total Files

16

Last publish

Collaborators

  • padarom