tubugl
November 10, 2018 · View on GitHub
module base micro webgl framework.

tubugl are composed of 4 parts.
- main module(webgl/webgl2 rendering modules and utlity functions)
- sub module (handy modules for projects and prottypes made from main modules)
- cook receipes (examples made from main module and sub modules)
- kyoshistu (教室 basic notes and researches for computer graphics using tubugl mainmodules/submodes)
- datsu-sha-ri (脱捨離 all necessessary modules into one with minimum functionarity)
Main modules
main parts for webgl rendering with tubugl.
tubugl-core
Core rendering module. there are class which used for program, buffer, framebuffer, and etc.
tubugl-utils
utility function module for tubugl
tubugl-math
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.
tubugl-2d-shape
examples: https://kenjispecial.github.io/tubugl-2d-shape/
tubugl-3d-shape
examples: https://kenjispecial.github.io/tubugl-3d-shape/
tubugl-particle
examples: https://kenjispecial.github.io/tubugl-particle/
tubugl-camera
examples: https://kenjispecial.github.io/tubugl-camera/
tubugl-helper
examples: https://kenjispecial.github.io/tubugl-helper/
tubugl-debug
tubugl-generate-geometry
examples: https://kenjispecial.github.io/tubugl-debug/
tubugl-gpgpu
examples: https://kenjispecial.github.io/tubugl-gpgpu/
tubugl-font
examples: https://kenjispecial.github.io/tubugl-font/
tubugl-consntas
module for webgl constant value collection
Cookbook Recipes
examples and codes which were developed with tubugl main mobules or sub modules.
tubugl-recipes
examples: https://kenjispecial.github.io/tubugl-recipes/
Kyoshitsu
basic note and small research on graphic rendering topics such as texture, lighting, performance, etc.
tubugl-lighting-kyoshitsu
examples: https://kenjispecial.github.io/tubugl-lighting-kyoshitsu/
tubugl-material-kyoshitsu
examples: https://kenjispecial.github.io/tubugl-material-kyoshitsu/
Trash Box
Referrences
TODO
- Update all rollup config