Skip to content

TheExpandingPolytope/polywolf

Repository files navigation

Polywolf (wip)

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>```

Examples

Santuário do Sameiro by Shahriar Shahrabi

Boom Box by Khronos

Support

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