Skip to content

barmat80/NexusFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NexusFX

NexusFX is a custom JavaFX widget library that provides enhanced UI components and includes a pure Java port of the DirtyFX library.

Features

  • Custom JavaFX widgets for modern UI development
  • Pure Java implementation of DirtyFX functionality
  • Easy integration with existing JavaFX applications
  • Lightweight and efficient components

Installation

Gradle

Add this to your project's build.gradle:

dependencies {
    implementation 'com.your.package:nexusfx:0.1.0'
}

Maven

Add this to your project's pom.xml:

<dependency>
    <groupId>com.your.package</groupId>
    <artifactId>nexusfx</artifactId>
    <version>0.1.0</version>
</dependency>

Usage

Here's a simple example of using NexusFX in your application:

// Add code example here showing how to use your most important widget

Available Widgets

  • List your widgets here
  • With brief descriptions
  • And their main use cases

DirtyFX Port

NexusFX includes a pure Java implementation of DirtyFX, providing:

  • Property change tracking
  • Dirty state management
  • Reset capabilities

Requirements

  • Java 21 or higher
  • JavaFX 23 or higher

Building from Source

  1. Clone the repository:
git clone https://github.com/yourusername/nexusfx.git
  1. Build with Gradle:
cd nexusfx
./gradlew build

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

License

MIT License

Credits

NexusFX is developed by Mattia and includes a Java port of the DirtyFX library.

Support

  • Create an issue on GitHub
  • [Optional] Link to documentation
  • [Optional] Link to discussions/community

Roadmap

  • Additional widget implementations
  • Enhanced documentation
  • More examples
  • Performance optimizations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages