tubugl-2d-shape

December 29, 2017 ยท View on GitHub

NPM version

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

  • tweak wire frame mode

  • support texture

  • add more examples

  • add others 2d shapes( circles, triangle )

Contents

  1. 1install
  2. 2examples
  3. 3Running the examples locally
  4. 4TODO