first post. I am working to convert a standard JavaFX application to a Gluon project so I can re-use my code base across all the major platforms. I am still learning the Gluon framework/work-flow and thought it would be a good idea to look at an example project of similar scale and see how it was implemented in Gluon. The project I am trying to reference is this:
https://github.com/jperedadnr/Game2048FX
My problem has been the NetBeans cannot seem to find the Charm Down PlatformFactory import. In doing some digging it seems like it is no longer supported?? If that is the case is there anyway I can easily modify the code to be able to run the project and play around with it as a way to learn the Gluon ecosystem? If not are there any similar projects I can use as a reference instead? My application is a simple variation on the classic checkers game, so it is nothing too complicated. I was looking for something with a similar complexity.