tsgl
TypeScript icon, indicating that this package has built-in type declarations

1.1.9 • Public • Published

Travis npm David

tsgl

Light TypeScript wrapper around WebGL based on https://github.com/evanw/lightgl.js/

Installation

NPM: npm install tsgl --save

In the browser, you can include the UMD bundle in a script tag, and the module will be available under the global tsgl

Demos

camera src Move camera using mouse.
gpuLightMap src Draw soft shadows by calculating a light map in multiple passes.
immediateMode src OpenGL-style immediate mode.
mag src Calculate and render magnetic field lines.
multiTexture src Blend two textures while rendering them to a quad.
rayTracing src Realtime GPU ray tracing including reflection.
renderToTexture src Render mesh to texture, then render that texture to another mesh.
setupDemo src Draw a rotating cube.
shadowMap src Draw shadow of a mesh using a shadow map.

License

MIT

/tsgl/

    Package Sidebar

    Install

    npm i tsgl

    Weekly Downloads

    15

    Version

    1.1.9

    License

    MIT

    Unpacked Size

    985 kB

    Total Files

    68

    Last publish

    Collaborators

    • narida