Imagen del autor

Przemyslaw Prusinkiewicz

Autor de The algorithmic beauty of plants

2 Obras 153 Miembros 2 Reseñas

Sobre El Autor

Incluye el nombre: P. Prusinkiewicz

Créditos de la imagen: Przemyslaw Prusinkiewicz

Obras de Przemyslaw Prusinkiewicz

Etiquetado

Conocimiento común

Fecha de nacimiento
1952-01-25
Género
male
Nacionalidad
Poland

Miembros

Reseñas

A whole book about L-systems! Wow!
 
Denunciada
themulhern | otra reseña | Apr 24, 2022 |
This... was a somewhat unepxected read.

Essentially, it's a textbook about how Lindenmayer systems (L-Systems) can be used to simulate and model plants in increasingly complicated ways.

In a nutshell, L-Systems are a series of rewriting rules that are applied over and over again. For example:



Figure a shows that if you replace `F` with `F[ F]F[-F]F`, where `F` means draw a line, `[` and `]` control branches, and ` ` and `-` branch left and right, that alone is enough to give you that nice branching structure. the same for the other more complicated patterns.

They do get more complicated from there, including things like parameters (`F(1)` is move forward one, otherwise you can rotate by various angles that changes as you go along):



You can even get into full 3D models:



It's kind of amazing how relatively accurately you can model all sorts of plants and even simple animal cells with this. And this book goes a long way towards building this up for you.

All that being said, it does get very very mathy at times:



It's the sort of thing that I love, but you really should remember: this is a textbook. It reads like one. I wonder if there are any online classes to follow along using this book. Something work looking at.

In any case, if you're looking for a textbook about how L-Systems can model plants and just how complicated L-Systems can get (while still maintaining their 'order from a few short rules'), this is a great book. Well worth the read.


… (más)
 
Denunciada
jpv0 | otra reseña | Jul 21, 2021 |

Listas

También Puede Gustarte

Autores relacionados

Estadísticas

Obras
2
Miembros
153
Popularidad
#136,480
Valoración
3.8
Reseñas
2
ISBNs
7

Tablas y Gráficos