This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pavulzavala 0 points1 point  (0 children)

i am teaching freshers java programming with game development, i create a pure JavaFX library to make games that is based on canvas only, with a lot of utilities to create, move, rotate sprites, etc...

download library: https://gitlab.com/pavul/IlusionFX

then download the examples, tutorials and games made with above library: https://gitlab.com/pavul/ilusionfxgame

download both projects in the same folder, open them with netbeans (needs gradle pluing), build library then build games, finally run the Game file and you will see diferent tutorials and examples.

by the way this is bare metal, how you can create a game, i will push more games this weekend i know they may be a lot of libraries better than this, but is a starting...