SkillAgentSearch skills...

Fxcity

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

Install / Use

/learn @chengenzhao/Fxcity
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FX City

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

Requirement

  • JDK 25+

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>1.1.3</version>
</dependency>

Gradle

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

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

View on GitHub
GitHub Stars64
CategoryDevelopment
Updated5d ago
Forks5

Languages

Java

Security Score

95/100

Audited on Mar 30, 2026

No findings