FormidableLabs/art

Name: art

Owner: Formidable

Description: Retained mode vector drawing API designed for multiple output modes. There's also a built-in SVG parser.

Forked from: sebmarkbage/art

Created: 2016-01-23 04:58:27.0

Updated: 2016-01-27 06:04:38.0

Pushed: 2016-01-27 20:13:34.0

Homepage:

Size: 55415

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ART

ART is a retained mode vector drawing API designed for multiple output modes. There's also a built-in SVG parser. It uses Node style CommonJS modules.

The first line in your program should select rendering mode by requiring either:

These modules exposes four core rendering classes:

There are also helper classes to work with vector paths, 3x3 transformation matrices, colors, morphing, common shapes etc.

Demos

See ./demos


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.