tubugl-2d-shape
v1.2.0
Published
2D shapes for tubugl
Downloads
40
Readme
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
yarn
yarn run
TODO
[x] tweak wire frame mode
[x] support texture
[ ] add more examples
[ ] add others 2d shapes( circles, triangle )