From e6f7cc5539e45b295344ef767fed6bc9a5c704a0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 May 2024 16:22:57 +0200 Subject: [PATCH] add some lsys --- README.md | 6 ++++++ l-systems.csv | 5 +++++ report/document.tex | 2 ++ 3 files changed, 13 insertions(+) diff --git a/README.md b/README.md index c43a08b..e126014 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/l-systems.csv b/l-systems.csv index 128353f..03e5ed4 100644 --- a/l-systems.csv +++ b/l-systems.csv @@ -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 diff --git a/report/document.tex b/report/document.tex index 0a2d852..dff5b49 100644 --- a/report/document.tex +++ b/report/document.tex @@ -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}