Semestral project for IJA
[email protected]
[email protected]
Traffic simulation app writen in Java language, using JavaFX gui library. Compile and run is done by Ant (build.xml file).
Application have some example data which represents the city. The simulation is started within application launch.
As mentioned above, all compilation and run is managed by Ant. So it's really simple.
If you want to run the application just type ant run
.
If you want to compile the project, run ant compile
.
Whole project have javadoc comments, so you can generate documentation by running ant doc
command.
There is readme.txt file which is Slovak version of brief intro to this project, so unless you understand it,
ignore it. It was only for the school project purpose.
This is main window of our application.
When you press Streets button on the right down corner, you get this one.
When you select specific line, you get it's representation, and it's route is displayed in purple color.
We have obtained 80/80 points for this project. So we can call it pretty successful.