What's the best basic graphics 2d api for java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What's the best basic graphics 2d api for java

I consider myself fairly moderate in Java and learned about the slick 2d Java api , so some of you who really does have a some background in slick how's is and where can I find some basic tutorials for it considering I really want to pursue game Dev as my career and desperate to do something about it

17th Jan 2017, 4:22 AM
Yash Singhal
Yash Singhal - avatar
1 Answer
0
Java has 2 libraries for graphics AWT and JavaFX. I would suggest to you use JavaFX because it is newer and it's supposed to completely replace old, AWT library. Check docs for more info: http://docs.oracle.com/javase/8/javase-clienttechnologies.htm
3rd Feb 2017, 12:02 PM
Ladislav Milunović
Ladislav Milunović - avatar