This project visualizes the behavior of many Jot programs simultaneously. Each circle in the visualization represents a program, and its size and color reflect execution time. Non-terminating programs are marked in black.
The visualization uses a Hilbert Curve to map random bit strings (Jot programs) onto a 2D plane.
- Visualization Description: Programs are represented as circles whose size and color evolve over time. Longer programs tend to execute slower, causing visual growth of the circles.
- Background: For further details, see our submission to FARM 2013.
This project includes JavaScript and CSS dependencies that are included locally, so no additional setup is required.
- Open the
index.htmlfile in your browser by double-clicking it or dragging it into a browser window. - The visualization should load and run automatically.
- Source: https://getbootstrap.com/
- File:
bootstrap/css/bootstrap.min.css - Purpose: Provides responsive styling and layout.
gallery.htmluses dependency-free JavaScript for thumbnail switching and zoom behavior.- Gallery image assets are local files under
imgProd/andimgProd/thumbs/. - No jQuery dependency is required for gallery functionality.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
For questions or feedback, feel free to contact the authors.