In this repository an index.html can be found that demonstrates the usage of segmentation by using the prison project.
To get this repo up and running use these steps:
- Initialize the submodule:
git submodule init; git submodule update
- Switch into the
prison
submodule and build usingmake
. - Open
index.html
in a local browser.