Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikolalysenko/teapot

The Utah Teapot
https://github.com/mikolalysenko/teapot

Last synced: 6 days ago
JSON representation

The Utah Teapot

Awesome Lists containing this project

README

        

teapot
======

[The Utah teapot](http://en.wikipedia.org/wiki/Utah_teapot) needs no introduction, but for [the unintiated here is a brief history](http://www.sjbaker.org/wiki/index.php?title=The_History_of_The_Teapot).

Installation
============
Via npm:

npm install teapot

Then you can use the mesh in your projects as follows:

var teapot = require("teapot");
drawMesh(teapot.cells, teapot.positions);

Credits
=======
(c) 1984 Matin Newell. Public Domain.

CACM cover image by James Arvo and David Kirk.

CommonJS port maintained by Mikola Lysenko