Changed the way the fractal image is generated and displayed such that a...
Changed the way the fractal image is generated and displayed such that a graphics context and Canvas class is used, and added button to show and hide the sidebar.
Showing
- src/main/java/edu/ntnu/stud/chaosgame/Main.java 2 additions, 2 deletionssrc/main/java/edu/ntnu/stud/chaosgame/Main.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java 1 addition, 1 deletion...va/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGameTask.java 56 additions, 0 deletions...du/ntnu/stud/chaosgame/controller/game/ChaosGameTask.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosCanvasToImageConverter.java 49 additions, 0 deletions...ntnu/stud/chaosgame/view/ChaosCanvasToImageConverter.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameGui.java 71 additions, 55 deletionssrc/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameGui.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameImageView.java 23 additions, 15 deletions...java/edu/ntnu/stud/chaosgame/view/ChaosGameImageView.java
Please register or sign in to comment