Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCuadra authored Apr 26, 2023
1 parent 5a7a2c7 commit c910ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This code generates patterns using the fractional Brownian motion (FBM), a mathematical technique used to create fractal-like images. The code is inspired in the well-documented posts from M. McGuire [1], I. Quilez [2], and P. Gonzalez-Vivo & J. Lowe [3].

The code was used to create the cover of a PhD thesis titled ```Development of a wide-spectrum thermochemical code with application to planar reaction and non-reacting shocks```.
The code was used to create the cover of my PhD thesis titled ```Development of a wide-spectrum thermochemical code with application to planar reaction and non-reacting shocks```.


The process to generate the cover was as follows:
Expand Down Expand Up @@ -50,4 +50,4 @@ fbm('resolution', [640, 360], 'zoom', 0.5, 'octaves', 4, 'ntimes', 1000, 'veloci
* [2] I. Quilez: https://iquilezles.org/articles/fbm
* [3] P. Gonzalez-Vivo & J. Lowe: https://thebookofshaders.com/13
* [4] SVGStorm: https://svgstorm.com/app
* [5] Inkscape: https://inkscape.org
* [5] Inkscape: https://inkscape.org

0 comments on commit c910ee3

Please sign in to comment.