GRP Meeting Minutes
Student:
Zhefeng ZHOU, Yangyu GAO, Muyi JIANG, Jiaying SUN, Kan LIU, Zhe REN
Supervisors:
Heshan DU
Aim:
To check the process of our project
Agenda:
- The changes of user interface
- The animation code
- Combination of the user interface and animation
Discussion:
-
The changes of user interface
- We use a new Javafx library to make some UI elements more fancy and colorful
- The animation code
- The insertion sort and bubble sort animations are achieved.
- We decide to use “transition” rather than “timeline” in our code, because the timeline function cannot achieve playing animation continually.
- Combination of the user interface and animation
- The achieved algorithm animations are combined to the user interface. There is also some weakness like the position of the objects. It should be improved later.
Action Points
- Try to achieve other algorithm animations
- Achieve some important function with animation, such as input value.
- Improve the play button design