tubugl-core

NPM version

tubugl (personal micro webgl framework) core modules.

Contents

Framework API Document

Program

In program class, parogram is created, shaders are compiled, and they are liked to gl context to render frambebuffers.

program.js | guide | docs

ArrayBuffer

arrayBuffer.js | guide | docs

IndexArrayBuffer

indexArrayBuffer.js | guide | docs

Texture

texture.js | guide | docs

FrameBuffer

FrameBuffer.js | guide | docs

functionality test

https://kenjispecial.github.io/tubugl-core/

source: https://github.com/kenjiSpecial/tubugl-core/tree/master/test/visualRegression

other modules

referrences

TODO

  • [ ] update version
  • [ ] add test for build(amd, cjs, esm)
  • [ ] add api doc.md in docs like nano.gl