+ 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?
1 Antwort
+ 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...