Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quadgrav

A Quil sketch of the N-Body problem using the Barnes-Hut approximation algorihtm, which uses a quadtree to run at a complexity of n*log(n) instead of n^2.

Usage

LightTable - open core.clj and press Ctrl+Shift+Enter to evaluate the file.

Emacs - run cider, open core.clj and press C-c C-k to evaluate the file.

REPL - run (require 'quadgrav.core).

License

Copyright © 2018

Distributed under the GNU Public License either version 3.0 or any later version.

About

Implementation of the Barnes-Hut Simulation

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages