Giter Club home page Giter Club logo

canvas-webgl's Introduction

canvas-webgl

A canvas2d api implementation using webgl and javascript

Currently it supports most features, but many of them have bugs.

Canvas2D api examples:

http://karellodewijk.github.io/canvas-webgl/test/canvas_tests1.html

http://karellodewijk.github.io/canvas-webgl/test/canvas_tests2.html

http://karellodewijk.github.io/canvas-webgl/test/canvas_tests3.html

Test suites:

http://karellodewijk.github.io/canvas-webgl/CanvasMark/

http://karellodewijk.github.io/canvas-webgl/test_suite/tests/index.html

http://karellodewijk.github.io/canvas-webgl/perftest/

Caveats:

  • Text rendering basically uses Canvas2D to render and then copies the result over to the webgl context, which is mostly an excercice in futility. But truly implementing text rendering in webgl would be a huge undertaking.
  • Webgl can not put images with width or height larger than max texture size (typically 4096px) directly into a texture, so I use canvas2D to carve them up at a big performance hit.

Missing features:

  • Hit regions except isPointInPath/isPointInStroke
  • drawFocusIfNeeded, scrollPathIntoView
  • Ellipse support in arcTo
  • There is only 1 winding mode, which is whatever earcut does.

Used libraries:

Major ones are:

There are some smaller bits, attribuited in the source code

canvas-webgl's People

Contributors

karellodewijk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.