add some lsys

This commit is contained in:
Mylloon 2024-05-06 16:22:57 +02:00
parent 48df0f464f
commit e6f7cc5539
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 13 additions and 0 deletions

View file

@ -44,6 +44,12 @@ $ python converter.py l-systems.csv
- br3 3 (max 6)
- htree 11 <-- moche ?
Bonus :
- star 7
- moore 3
- peano 3
- koch8 6
-->
Autrement, pour aider à l'utilisation, il est possible d'utiliser le Makefile.

View file

@ -13,3 +13,8 @@ br1,APM,A,A[PA]A[MA]A,P,M,LINE 5,TURN 25,TURN -25
br2,APM,A,A[PA]A[MA][A],P,M,LINE 5,TURN 20,TURN -20
br3,ABPM,A,B[PA][MA]BA,BB,P,M,LINE 5,LINE 5,TURN 25,TURN -25
htree,ABCPM,A,B[PA]MA,CC,B,P,M,LINE 10,LINE 14,LINE 10,TURN 90,TURN -90
star,FP,F,FPPF,P,LINE 400,TURN 77
koch8,FPM,F,FMFPPFMF,P,M,LINE 10,TURN 80,TURN -80
moore,FLRPM,LFLPFPLFL,F,MRFPLFLPFRM,PLFMRFRMFLP,P,M,LINE 10,LINE 10,LINE 10,TURN 90,TURN -90
peano,FAPM,PFA,F,AMFMFAPFPFAPFPFAPFPFAMFMFAMFMFAMFMFAPFPFA,P,M,LINE 10,LINE 10,TURN 45,TURN -45

1 snow,APM,APPAPPA,AMAPPAMA,P,M,LINE 30,TURN 60,TURN -60
13 br2,APM,A,A[PA]A[MA][A],P,M,LINE 5,TURN 20,TURN -20
14 br3,ABPM,A,B[PA][MA]BA,BB,P,M,LINE 5,LINE 5,TURN 25,TURN -25
15 htree,ABCPM,A,B[PA]MA,CC,B,P,M,LINE 10,LINE 14,LINE 10,TURN 90,TURN -90
16 star,FP,F,FPPF,P,LINE 400,TURN 77
17 koch8,FPM,F,FMFPPFMF,P,M,LINE 10,TURN 80,TURN -80
18 moore,FLRPM,LFLPFPLFL,F,MRFPLFLPFRM,PLFMRFRMFLP,P,M,LINE 10,LINE 10,LINE 10,TURN 90,TURN -90
19 peano,FAPM,PFA,F,AMFMFAPFPFAPFPFAPFPFAMFMFAMFMFAMFMFAPFPFA,P,M,LINE 10,LINE 10,TURN 45,TURN -45
20

View file

@ -122,6 +122,8 @@ Chacun a écrit les fichiers \xsd~correspondant à ses fichiers \xml.
\item[5 mai\sp] Essaie pour centrer les images \svg.
\item[6 mai\sp] Correction d'un bug pour \texttt{STORE} et \texttt{RESTORE}
\item[6 mai\sp] Gestion de déplacements pour les \svg
\item[6 mai\sp] Ajout de quelques \lsys{}s trouvé sur
\href{https://onlinetools.com/math/l-system-generator}{onlinetools.com}
\end{description}