# bunny

> The Stanford bunny

Latest version **1.0.1** (published 2013-10-08) · Public Domain license · 0 weekly downloads

## Install

```sh
npm install bunny
pnpm add bunny
yarn add bunny
bun add bunny
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2013-10-08 |
| First published | 2013-02-06 |
| Weekly downloads | 0 |
| License | Public Domain |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 18 |
| Author | Mikola Lysenko |
| Maintainers | mikolalysenko |
| Keywords | bunny, 3d, model, scan, test, data, mesh, triangle |

## Links

- npm: https://www.npmjs.com/package/bunny
- Repository: https://github.com/mikolalysenko/bunny
- Issues: https://github.com/mikolalysenko/bunny/issues
- npm.io page: https://npm.io/package/bunny

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2013-10-08
- 1.0.0 — 2013-02-11
- 0.0.0 — 2013-02-06

## README

bunny
=====
It's the Stanford bunny!  To use it in your projects do

    npm install bunny
      
And then you can access the vertices/faces of the mesh as follows:

    var bunny = require("bunny");
    var positions = bunny.positions;
    var cells = bunny.cells;
    
That's pretty much it.

<img src="https://raw.github.com/mikolalysenko/bunny/master/images/bunny.png" width=50%>

Credits
=======
The infamous bunny is part of the [Stanford 3D scanning repository](http://graphics.stanford.edu/data/3Dscanrep/#bunny).  For a short history, see [Greg Turk's page](http://www.cc.gatech.edu/~turk/bunny/bunny.html).

---
_Source: https://npm.io/package/bunny · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
