Hi everyone,
I’m just starting to learn Java and I’m really interested in making simple graphics or animations. Any suggestions on where to begin?
Thanks in advance!
Hi everyone,
I’m just starting to learn Java and I’m really interested in making simple graphics or animations. Any suggestions on where to begin?
Thanks in advance!
It depends on exactly what you want to do, but you might want to check out Processing, which is built on top of Java:
Or if you want a more “standard” Java option, you might check out JavaFX or Swing:
Or if you want to explore game development on Android, you might check out libGDX:
Let me know if any of those seem promising, or if you have any other questions.