add other lsystem
This commit is contained in:
parent
b2283d5dc3
commit
69bbac7efa
3 changed files with 10 additions and 0 deletions
|
@ -50,6 +50,10 @@ $ python converter.py l-systems.csv
|
||||||
- moore 3
|
- moore 3
|
||||||
- peano 3
|
- peano 3
|
||||||
- koch8 6
|
- koch8 6
|
||||||
|
- pyramid 3
|
||||||
|
- levey 10 <-- bug centre svg
|
||||||
|
- carpet 4
|
||||||
|
- square 4
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Autrement, pour aider à l'utilisation, il est possible d'utiliser le Makefile.
|
Autrement, pour aider à l'utilisation, il est possible d'utiliser le Makefile.
|
||||||
|
|
|
@ -18,3 +18,8 @@ star,FP,F,FPPF,P,LINE 400,TURN 77
|
||||||
koch8,FPM,F,FMFPPFMF,P,M,LINE 10,TURN 80,TURN -80
|
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
|
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
|
peano,FAPM,PFA,F,AMFMFAPFPFAPFPFAPFPFAMFMFAMFMFAMFMFAPFPFA,P,M,LINE 10,LINE 10,TURN 45,TURN -45
|
||||||
|
|
||||||
|
pyramid,FPM,FPPFPPFPPPFMMFMMF,FFPPFPPFPPFFF,P,M,LINE 10,TURN 60,TURN -60
|
||||||
|
levey,FPM,FPPFPPFPPF,MFPPFM,P,M,LINE 10,TURN 45,TURN -45
|
||||||
|
carpet,FAPM,F,FPFMFMFMAPFPFPFMF,AAA,P,M,LINE 10,MOVE 10,TURN 90,TURN -90
|
||||||
|
square,FXPM,FPXFPFPXF,F,XFMFPFMXFPFPXFMFPFMX,P,M,LINE 10,TURN 0,TURN 90,TURN -90
|
||||||
|
|
|
|
@ -124,6 +124,7 @@ Chacun a écrit les fichiers \xsd~correspondant à ses fichiers \xml.
|
||||||
\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
|
\item[6 mai\sp] Ajout de quelques \lsys{}s trouvé sur
|
||||||
\href{https://onlinetools.com/math/l-system-generator}{onlinetools.com}
|
\href{https://onlinetools.com/math/l-system-generator}{onlinetools.com}
|
||||||
|
et \href{https://anvaka.github.io/lsystem/}{anvaka/lsystem}
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue