Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolalysenko/teapot
The Utah Teapot
https://github.com/mikolalysenko/teapot
Last synced: 6 days ago
JSON representation
The Utah Teapot
- Host: GitHub
- URL: https://github.com/mikolalysenko/teapot
- Owner: mikolalysenko
- Created: 2013-02-14T19:08:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-01T13:29:49.000Z (over 10 years ago)
- Last Synced: 2024-12-16T22:35:46.518Z (9 days ago)
- Size: 180 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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