Skip to content

Latest commit

 

History

History
166 lines (98 loc) · 6.52 KB

README.md

File metadata and controls

166 lines (98 loc) · 6.52 KB

tubugl

module base micro webgl framework.

tubugl are composed of 4 parts.

  1. main module(webgl/webgl2 rendering modules and utlity functions)
  2. sub module (handy modules for projects and prottypes made from main modules)
  3. cook receipes (examples made from main module and sub modules)
  4. kyoshistu (教室 basic notes and researches for computer graphics using tubugl mainmodules/submodes)
  5. datsu-sha-ri (脱捨離 all necessessary modules into one with minimum functionarity)

Main modules

main parts for webgl rendering with tubugl.

NPM version

Core rendering module. there are class which used for program, buffer, framebuffer, and etc.

API Doc

NPM version

utility function module for tubugl

NPM version

math function module for tubugl

Sub modules

handy modules which was developed with tubugl main modules. it's easy and convenient to develop webgl with sub modules.

NPM version

examples: https://kenjispecial.github.io/tubugl-2d-shape/

NPM version

examples: https://kenjispecial.github.io/tubugl-3d-shape/

NPM version

examples: https://kenjispecial.github.io/tubugl-particle/

NPM version

examples: https://kenjispecial.github.io/tubugl-camera/

NPM version

examples: https://kenjispecial.github.io/tubugl-helper/

NPM version

NPM version

examples: https://kenjispecial.github.io/tubugl-debug/

NPM version

examples: https://kenjispecial.github.io/tubugl-gpgpu/

NPM version

examples: https://kenjispecial.github.io/tubugl-font/

NPM version

module for webgl constant value collection

Cookbook Recipes

examples and codes which were developed with tubugl main mobules or sub modules.

examples: https://kenjispecial.github.io/tubugl-recipes/

Kyoshitsu

basic note and small research on graphic rendering topics such as texture, lighting, performance, etc.

examples: https://kenjispecial.github.io/tubugl-lighting-kyoshitsu/

examples: https://kenjispecial.github.io/tubugl-material-kyoshitsu/

Trash Box

Referrences

TODO

  • Update all rollup config