0.0.5 • Published 2 years ago

paperbit v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Paperbit

A WebGL typescript and javascript graphics library.

Documentation

Go to our documentation and setup a new project with the html step guide.

Quick Start

  1. Take a look at the core concepts.
  2. Import paperbit to your project
  3. And use this template to start programming.
const canvas = new PaperbitCanvas(document.body)
const { ellipse, mouse } = canvas.api

canvas.api.onDraw = () => {
    ellipse(...mouse.pos, .1)
}
0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago