An application for the generation of video-fun flora in java
Go to file
2021-07-22 14:30:33 +02:00
lib add readme and junit jar 2021-04-19 17:58:55 +02:00
rapport Final rapport 2021-04-20 17:53:03 +02:00
resources Add loading-gif.gif to generate JButton 2021-03-23 16:55:14 +01:00
src/lsystem add another test + delete sout in rewrite that can cause an OutOFMemoryError or/and an heavy consumption of your cpu if word is very long 2021-04-20 15:15:10 +02:00
test/lsystem Fix OutOfMemryError 2021-04-20 15:23:22 +02:00
.gitignore add another test + delete sout in rewrite that can cause an OutOFMemoryError or/and an heavy consumption of your cpu if word is very long 2021-04-20 15:15:10 +02:00
build.xml add another test + delete sout in rewrite that can cause an OutOFMemoryError or/and an heavy consumption of your cpu if word is very long 2021-04-20 15:15:10 +02:00
overview.html Add comments to methods, classes and package, add overview.html and move Type.java 2021-04-15 18:40:33 +02:00
README.md Update README.md 2021-07-22 14:30:33 +02:00

L-System

Contributors:

Antonin Boyon

Arthur Page

Quentin Legot

Thomas Lalong

Informations

Our project aims to create an application for the generation of video-fun flora

The source code is in the src/ directory, the source code for the tests is in the test/ directory

The overview.html file as well as the src/**/package-info.java files are used when generating the javadoc

To compile the source files in the bin/directory, run the command: ant compile

To compile then run the program, run the command: ant run

To generate a jar archive in the build/directory, run the command: ant packaging

To generate the javadoc in the doc/ folder, run the command: ant javadoc Then open the index.html or overview-summary.html file in a browser.

To perform the tests, run the command: ant tests A result.txt file will be generated displaying the results as well as a copy of the standard output.

All files are in the archive, so compilation and execution do not require internet connection

Dependency websites used:

Java OpenGL

JUnit 4