Multiresolution BSP tree experiment

Pre-requisites

  • Node.js v5.4
  • build-essential (make)

Build

When installed all the pre-requisites, just type:

make

It will build the javascript and place a bundle into public folder, which you can view in browser (open index.html).

To run development server, type:

make serve

To run tests, type:

make test

Contacts

Aleksej Komarov <stylemistake@gmail.com>