Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasnep/magnetic-pendulum-fractal
https://github.com/hasnep/magnetic-pendulum-fractal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasnep/magnetic-pendulum-fractal
- Owner: Hasnep
- Created: 2021-05-24T19:39:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T01:52:58.000Z (about 1 year ago)
- Last Synced: 2023-10-05T11:09:38.825Z (about 1 year ago)
- Language: Julia
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.