add some lsys
This commit is contained in:
parent
48df0f464f
commit
e6f7cc5539
3 changed files with 13 additions and 0 deletions
|
@ -44,6 +44,12 @@ $ python converter.py l-systems.csv
|
||||||
- br3 3 (max 6)
|
- br3 3 (max 6)
|
||||||
|
|
||||||
- htree 11 <-- moche ?
|
- htree 11 <-- moche ?
|
||||||
|
|
||||||
|
Bonus :
|
||||||
|
- star 7
|
||||||
|
- moore 3
|
||||||
|
- peano 3
|
||||||
|
- koch8 6
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Autrement, pour aider à l'utilisation, il est possible d'utiliser le Makefile.
|
Autrement, pour aider à l'utilisation, il est possible d'utiliser le Makefile.
|
||||||
|
|
|
@ -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
|
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
|
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
|
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
|
||||||
|
|
|
|
@ -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[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] 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] 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}
|
\end{description}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue