+ 2

Can anyone give me an advice about java in animation?

17th Mar 2017, 12:29 PM
Anthony Marquez
Anthony Marquez - avatar
9 Respuestas
+ 4
Try processing IDE https://processing.org you can do your animations quickly and get the java source. Animation it basically what Processing was meant for.
17th Mar 2017, 4:40 PM
seamiki
seamiki - avatar
+ 3
Try Javafx or swing
17th Mar 2017, 3:08 PM
Heng Jun Xi
Heng Jun Xi - avatar
+ 3
SoloLearn still did not provide course on them, but you could find plenty of good tutorial on google
17th Mar 2017, 3:09 PM
Heng Jun Xi
Heng Jun Xi - avatar
+ 3
I thought this can be done by using Java? Like: if (a>b) switchPlace(a,b) else return Maybe I did not understand your question
17th Mar 2017, 3:25 PM
Heng Jun Xi
Heng Jun Xi - avatar
+ 2
No sir I am currently working at creating a Visualization of quick sort algorithm using java but I need some reference to do it.
17th Mar 2017, 12:35 PM
Anthony Marquez
Anthony Marquez - avatar
+ 2
Sorry @Anthony Marquez I doesn't knows the same and can't help you. I thought this to be a good question so I am voting it up.
17th Mar 2017, 12:36 PM
Vishal Prajapati
+ 1
Java isn't used in animation as per my knowledge. I think you are reffering to animation such as Pokèmon series. For this you need animator software such as Blender.
17th Mar 2017, 12:32 PM
Vishal Prajapati
+ 1
I am currently using javax.swing library timer but my problem is the logic of putting constraints in my program. example after checking which numbers are less than and greater than the pivot the boxes should switch places. This is my main problem.
17th Mar 2017, 3:13 PM
Anthony Marquez
Anthony Marquez - avatar
+ 1
thanks for the advice seamiki
17th Mar 2017, 11:55 PM
Anthony Marquez
Anthony Marquez - avatar