Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 919 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 919 Bytes

Bubble Type

Bubble Type is a generative typeface inspired by tests for colorblindness.

Bubble Type was created in 2007 by Lee Byron while studying at Carnegie Mellon University under Golan Levin.

Powered by Processing and the Traer physics library.

Bubble Type is Copyright 2007 Lee Byron, available under the Creative Commons Attribution-ShareAlike 4.0 International license.

Source

This repository contains both the original 2007 source written in Processing as well as a version translated to p5js in 2015.

To build the JavaScript version from source:

  1. Clone this repository
  2. npm install
  3. npm start

This repository uses flow to provide static types. To ensure the types are correct, run npm test.