From 69bbac7efa2eccbc990c6c8985c5214723014233 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 May 2024 17:03:52 +0200 Subject: [PATCH] add other lsystem --- README.md | 4 ++++ l-systems.csv | 5 +++++ report/document.tex | 1 + 3 files changed, 10 insertions(+) diff --git a/README.md b/README.md index e126014..6dbae24 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ $ python converter.py l-systems.csv - moore 3 - peano 3 - 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. diff --git a/l-systems.csv b/l-systems.csv index 03e5ed4..9bfcb77 100644 --- a/l-systems.csv +++ b/l-systems.csv @@ -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 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 + +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 diff --git a/report/document.tex b/report/document.tex index dff5b49..2face06 100644 --- a/report/document.tex +++ b/report/document.tex @@ -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] Ajout de quelques \lsys{}s trouvé sur \href{https://onlinetools.com/math/l-system-generator}{onlinetools.com} + et \href{https://anvaka.github.io/lsystem/}{anvaka/lsystem} \end{description}