Skip to content

otcova/paperbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
}

About

Typescript graphics utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published