Skip to content

star-bits/ThreeBodyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ThreeBodyBot

forked from kirklong/ThreeBodyBot

threeBody.mp4

To setup:

  • Install Julia (tested with version 1.8.5)
  • Add Julia to your PATH
open -a TextEdit ~/.zshrc

# add the following line
export PATH="/Applications/Julia-1.8.app/Contents/Resources/julia/bin:$PATH"

source ~/.zshrc
  • Install FFmpeg

To run:

git clone https://github.com/star-bits/ThreeBodyBot.git 
cd ThreeBodyBot

# make tmpPlots directory
mkdir tmpPlots

# launch the Julia REPL
julia

pwd()
cd("path/to/ThreeBodyBot")

# generate threeBody.mp4
include("threeBodyProb.jl")

About

Quickstart guide for running ThreeBodyBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages