Skip to content

An app to visualize the spacial structure of the octree container in the browser

Notifications You must be signed in to change notification settings

AutoPas/OctreeVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctreeVisualization

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.

Usage

  1. Clone the repository
  2. Create (if it does not already exist) a directory called data in the root directory of this project (alongside the index.html, sketch.js, etc. files)
  3. Create the files that should be visualized using the OctreeLogger by calling the methods in the AutoPas application
  4. Put the generated files inside the data directory
  5. 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)

About

An app to visualize the spacial structure of the octree container in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published