SaaSHub helps you find the best software and product alternatives Learn more →
FXGL Alternatives
Similar projects and alternatives to FXGL
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
LWJGL
LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
FXGL discussion
FXGL reviews and mentions
-
JavaFX In Action #11 with Almas Baim about FXGL, a multipurpose game library for JavaFX
You can find the sources of FXGL on GitHub with a lot of examples in the fxgl-samples directory.
- FLaNK 04 March 2024
-
com.almasb.fxgl.all module not found
I downloaded javafx from here: https://github.com/AlmasB/FXGL as a zip, extracted it, then went to my project structure and added it to my libraries. For a couple seconds it seems to work, but then I get the error again, and the folder isn't showing up in my external libraries.
-
Excited for 2023!
Java seems to have gained a second wind in recent years, and the innovation in this ecosystem is speeding up. Java 20 and LTS release 21 are expected to happen this year. RIFE2, an actively-developed pure-Java web framework, has recently caught my attention. Like Javalin, it appears to be built on top of the successful Jetty server. I also started exploring FXGL for building games with Java. Lastly, as concerns over COVID-19 variants wane I expect an increase in Java developers participating in community events. For example, Chicago finally had its first in-person JConf event and the Chicago Java User Group (CJUG) is easing back into in-person events.
-
Simple 2D graphics framework for C#/Java
Have you checked FXGL? It’s built on top of JavaFX.
-
Would JavaFX be a good option for making a management game?
You might get some good use out of FXGL, a Java / JavaFX / Kotlin Game Library. It would probably save you implementing some things from scratch. It might not cover everything that you need, but it probably be at least somewhat helpful.
-
Kotlin equivalent to pygame?
If you don't mind depending on all of JavaFX you could also try: https://github.com/AlmasB/FXGL Haven't tried it myself but seems like an easy way to start making a game. The author is a university lecturer, so there are plenty of tutorials for games. As the other comment said, Compose Desktop would be a nice choice for a chess game, with the added benefit of easy porting to Android in case you're interested in learning it!
-
Game Making Libraries + Engines in Java 2022
I can highly recommend FXGL https://github.com/AlmasB/FXGL to get started building simpler 2d games before looking into 3d engines which can be daunting unless that’s what you are in for. Nice and easy api’s with everything you need as well as lots of example games to learn from.
-
Is it worth learning javafx??
Sure. See FXGL
-
FXGL 17 is out!
GitHub sources: https://github.com/AlmasB/FXGL
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Feb 2025
Stats
AlmasB/FXGL is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of FXGL is Kotlin.