This is a small browser app that can visualize the JSON files that are generated by the methods leavesToJSON
and particlesToJSON
of OctreeLogger
. The app uses p5js for visualization.
- Clone the repository
- Create (if it does not already exist) a directory called
data
in the root directory of this project (alongside theindex.html
,sketch.js
, etc. files) - Create the files that should be visualized using the
OctreeLogger
by calling the methods in the AutoPas application - Put the generated files inside the
data
directory - Open the
index.html
file in the browser (by either dragging and dropping it onto a new tab or by typing the path to the file manually, like this:file:///home/ExampleUser/.../index.html
)