Commit Graph

17 Commits

Author SHA1 Message Date
6ebb99fb7c Add junit tests + fix form errors and Parser.isCorrect 2021-04-19 17:33:21 +02:00
914f7f6ebe update rapport + first implementation of example tab 2021-04-19 10:51:17 +02:00
ef4bbe7548 Add comments to methods, classes and package, add overview.html and move Type.java 2021-04-15 18:40:33 +02:00
da67bda3a4 add comment to methods in AbstractCanvas.java and fix some 2021-04-13 18:07:59 +02:00
6e83f8c0d9 add comment to methods in lsystem.engine 2021-04-13 17:38:49 +02:00
7fcd7d4449 moved some constants to Constants.java + removed ROTATION_Z in ElementProperties.java + enhance window name 2021-03-27 11:20:19 +01:00
32303c22ba Improved l-system draw in 3d 2021-03-16 17:59:36 +01:00
6242618413 Improved performance + implemented better responsiveness against exceptions when parsing 2021-03-16 16:21:29 +01:00
dcb4ad767b Added jbvm arguments to build.xml + Rewrite.java now an utility class + optimized imports 2021-03-09 18:21:13 +01:00
84f55b6ca4 3D interface now launch when rules has been parsed + deleted useless rectangular prism 2021-03-09 12:23:01 +01:00
dee7b8862a Fixed Parser#parse and added -ea jvm argument in build.xml 2021-03-08 13:01:32 +01:00
9ebf9cff82 Parser#parse(String) now work + deleted ';' for each rules in Tab + fixed Parser#isCorrect(String, Type) which will not accept rule without '=' anymore 2021-03-03 12:17:35 +01:00
5e7be4e1d9 Parser#parse(String) (not finished) 2021-03-02 18:00:47 +01:00
1eda03f965 optimized import + added keyboard controls and fps log 2021-02-20 13:41:32 +01:00
651e3aed40 improved parser + added rewriter to Main (currently not work correctly) 2021-02-05 22:35:05 +01:00
203845dcca Parser not accept '=' inside axiom anymore 2021-02-05 19:34:47 +01:00
ba570154e4 Moved Parser and refactored isCorrect method in Parser 2021-02-05 19:28:55 +01:00