1.0.3 • Published 4 years ago

polywolf v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Poly Wolf

Lightweight embedded model viewer for the web.

Install

npm install polywolf

Usage

Include in project

<script type='module'src="node_modules/polywolf/polywolf.min.js" defer></script>

Create polywolf element.

<div is='poly-wolf' url="MODEL_PATH" width="CANVAS_WIDTH" height="CANVAS_HEIGHT"><div>```

Installing Locally

git clone https://github.com/TheExpandingPolytope/Polywolf.git
cd Polywolf
npm install

Built With

Webgl2.0 gl-Matrix

Contributing

Please email me at jesseengerman@hotmail.com prior to contributing. I am open to any new ideas.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details