Den-Hovenbagen / Runescape-Map-Viewer

A tool that loads the runescape map, from the Jagex cache files, on a Java applet
GNU General Public License v3.0
3 stars 0 forks source link

Use Javafx instead of Swing #8

Open Den-Hovenbagen opened 4 years ago

Den-Hovenbagen commented 4 years ago

Use gradle to modularly set the dependencies for JavaFX

Den-Hovenbagen commented 4 years ago

Swingnode isn't the best solution. An alternative for swingnode is the javafx canvas with a bufferedimage. Both options would require redoing the gameengine. In addition the performance is worse and swingnode results in a runtime error but allows you to continue in the program.

Extending it with scenebuilder and the generated .fmxl file. And embedding those javafx components into swing seems as the way to go.