0.9.4 • Published 1 year ago

rabbit-ear v0.9.4

Weekly downloads
8
License
GPLv3
Repository
github
Last release
1 year ago

Rabbit Ear

This is a Javascript library for modeling origami.

overview

This library assists in encoding, modifying, and rendering origami models. Origami models are encoded in FOLD format, which is a mesh based data structure. Rabbit Ear contains methods for modifying FOLD graphs, a math library, an SVG and WebGL rendering library, and various methods for making origami-related calculations.

usage

Rabbit Ear source code is distributed as an ES6 module as well (as individual files), as well as a single UMD/CommonJS bundle file. These URLs link to the bundled files:

UMD module

for node.js require() and \<script>

https://rabbit-ear.github.io/rabbit-ear/rabbit-ear.js

ES6 module

for ES 2015 import/export and \<script type="module">

https://rabbit-ear.github.io/rabbit-ear/module/index.js

NPM

The package on npm contains both UMD and ES6-module formats.

npm install rabbit-ear

learn

The docs contain technical references for coding with this library.

FOLD validator/viewer validate and visualize a FOLD file, the mesh file format used by this library.

license

GNU GPLv3

0.9.4

1 year ago

0.9.31

3 years ago

0.9.3

3 years ago

0.9.32

3 years ago

0.9.2

3 years ago

0.9.11

4 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.1.91

6 years ago

0.1.9

6 years ago

0.1.0

7 years ago