mirror of
https://github.com/bspeice/speice.io
synced 2025-07-03 23:05:17 -04:00
More writing for the math and browser APIs
This commit is contained in:
@ -12,22 +12,15 @@ shapes and patterns that fractal flames are known for.
|
||||
<!-- truncate -->
|
||||
|
||||
:::note
|
||||
This post uses a set of [reference parameters](../params.flame) to demonstrate the fractal flame algorithm.
|
||||
If you're interested in tweaking the parameters, or generating your own art, [Apophysis](https://sourceforge.net/projects/apophysis/)
|
||||
can load that file and you can try tweaking things yourself!
|
||||
|
||||
This post uses a set of [reference parameters](../params.flame) to demonstrate a working
|
||||
implementation of the fractal flame algorithm. If you're interested in tweaking the parameters,
|
||||
or generating your own art, [Apophysis](https://sourceforge.net/projects/apophysis/)
|
||||
can load that file and gives full control over the image.
|
||||
|
||||
This post covers section 3 of the Fractal Flame Algorithm paper
|
||||
:::
|
||||
|
||||
## Transforms and variations
|
||||
|
||||
:::note
|
||||
|
||||
This post covers section 3 of the Fractal Flame Algorithm paper
|
||||
|
||||
:::
|
||||
|
||||
import CodeBlock from '@theme/CodeBlock'
|
||||
|
||||
We previously introduced transforms as the "functions" of an "iterated function system," and showed how
|
||||
|
Reference in New Issue
Block a user