Skip to content

JavaFX, FXGL, AtlantaFX extension project. Providing useful tools based on our game-dev experiences.

License

Notifications You must be signed in to change notification settings

moneyengine/fxcity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FX City

JavaFX, FXGL, AtlantaFX extension project. Providing useful tools based on our game-dev experiences.

Requirement

  • JDK 22

Maven

If you are using Maven, add the following dependency to the dependencies section of your project descriptor to access the FX City API:

<dependency>
    <groupId>io.github.chengenzhao</groupId>
    <artifactId>fxcity</artifactId>
    <version>0.2.1</version>
</dependency>

Gradle

dependencies {
 compile 'io.github.chengenzhao:fxcity:0.2.1'
}

Demo Project

https://github.com/chengenzhao/fxcity-demo Game Demo Screenshot

Porgram Runtime

Javafx is a native dependency so standard JRE(Java runtime) won't work. We need to expand the runtime. Here is the expanded runtime and Github Action provides download for it.
https://github.com/chengenzhao/fxgl-runtime

About

JavaFX, FXGL, AtlantaFX extension project. Providing useful tools based on our game-dev experiences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.1%
  • CSS 38.9%