tubugl-2d-shape
2D basic shape made with tubugl
install
To install it with npm:
npm install tubugl-2d-shape
To install it with yarn:
yarn add tubugl-2d-shape
examples
https://kenjispecial.github.io/tubugl-2d-shape/
Running the examples locally
you need to install parcel to run examples locally
install node modules locally
yarnyarn run
TODO
-
tweak wire frame mode
-
support texture
-
add more examples
-
add others 2d shapes( circles, triangle )