Skip to content

marcus-k/n-body-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Body Simulation

Basic N-body simulation created in Julia. Mainly learning how Juila modules work too.

Usage

Navigate to the working directory, activate, then (if needed) instantiate the project environment:

julia> ]
pkg> activate .
pkg> instantiate

To run the script non-interactively:

$ julia --project=. simulation.jl

Interactively:

julia> include("simulation.jl")

About

N-Body simulation created in Julia.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages