Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasnep/magnetic-pendulum-fractal


https://github.com/hasnep/magnetic-pendulum-fractal

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Recreating the Magnetic Pendulum Fractal in Julia

## Building

This blogpost was written with Julia 1.9 and optionally requires `pandoc` to build to HTML.
To set up the blogpost, run:

```julia
import Pkg
Pkg.activate(".")
Pkg.instantiate()
include(joinpath(pwd(), "build.jl"))
```

To build the blogpost, run:

```julia
build(run_pandoc = false, create_tarball = false)
```

The raw output files will be in the `build` folder, and an optional tarball file will be created in the project's root.