/segmentation-example

Example of segmentation using the prison library

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

In this repository an index.html can be found that demonstrates the usage of segmentation by using the prison project.

Screenshot:

A small screenshot of index.html

Instructions:

To get this repo up and running use these steps:

  1. Initialize the submodule:
git submodule init; git submodule update
  1. Switch into the prison submodule and build using make.
  2. Open index.html in a local browser.