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
datain the root directory of this project (alongside theindex.html,sketch.js, etc. files) - Create the files that should be visualized using the
OctreeLoggerby calling the methods in the AutoPas application - Put the generated files inside the
datadirectory - Open the
index.htmlfile 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)