Skip to content

cmudig/counterpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counterpoint: Canvas Animation Library

This is a library to help people develop beautiful large-scale animated data visualizations using HTML5 Canvas and WebGL. See the docs >

Installation and Usage

Install Counterpoint from NPM:

npm install --save counterpoint-vis

You can use a static ESM version of the library in vanilla JS like so:

import { Mark, MarkRenderGroup } from 'https://cdn.jsdelivr.net/npm/counterpoint-vis@latest/dist/counterpoint-vis.es.js';

Dev Installation

Clone the repository, then from within the repo directory run:

cd counterpoint
npm install
npm run dev

This watches the library contents and rebuilds automatically to the counterpoint/dist directory.

You can run the examples by going into their respective directories, running npm install, then npm run dev.

Documentation Build

If not installed, install Ruby and Jekyll. Then cd into the docs directory and run:

bundle install
bundle exec jekyll serve

Releases

No releases published

Packages

 
 
 

Languages