Can we add SFML in intellijIDEA (JAVA)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we add SFML in intellijIDEA (JAVA)?

How can we add graphics libraries in IntellijIDEA? Been using SFML in c++ for long time, its quite easy to convert a c++ program in java but how to add graphics in it?

25th Jul 2019, 5:36 PM
Khuzaima A.
Khuzaima A. - avatar
1 Answer
+ 1
Looking at sfml website they had some binding for Java but the developer abandoned that project years ago. You may have better luck with javafx canvas api https://jaxenter.com/tutorial-a-glimpse-at-javafxs-canvas-api-105696.html Or even with a more specialized graphics library, depending on what sort of graphics you want to do...
12th Aug 2019, 1:13 PM
Tibor Santa
Tibor Santa - avatar