Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 904 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 904 Bytes

Logo

Complexity Plots

This is web-based implementation of the technique found in our Eurovis 2013 paper, Complexity Plots. The paper can be found here (PDF).

A full working demo can be found at the Complexity Plots website.

Building

The web application is backed by a Django 1.6 application which provides the complexity estimation code and handles user submission of algorithm timings.

To install the Python library requirements, run:

pip install -r requirements.txt

Running

Though the client and server can be run independently (and they are in fact run as such our ovii server), you can run them both on your local machine simply with:

python manage.py runserver

Which will run django's built-in HTTP server.