0.8.0 • Published 5 years ago

@tbuckley89/webgl-canvas v0.8.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

npm.io

@tbuckley89/webgl-canvas

A web component that uses webgl to render strokes.

Installation

npm install @tbuckley89/webgl-canvas

Usage

Simply include the module and use <webgl-canvas> anywhere:

<webgl-canvas></webgl-canvas>

Properties

  • document -- controls what strokes are shown and gets notified when new strokes are added. This should implement the Document interface (see src/Document.ts) and pass it to webgl-canvas using canvas.document = doc;.

TODO

  • Control touch/stylus/mouse behavior
  • Reduce size by removing unnecessary parts of Three.js
0.8.0

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago