GithubHelp home page GithubHelp logo

fxmodules's Introduction

FX Modules


This is a little project that can be used as a template for modularized JavaFX projects. The main branch is based on JDK17, other version could be find in separate branches (e.g. jdk11)

You should be able to import the build.gradle file as a project into your IDE and start the application by using gradlew Main from the command line or from within the IDE.

You will find three script files

  • build_app_windows.bat
  • build_app_macos.sh
  • build_app_linux.sh

which can be used to build native packages and installers on the platform of your choice. If you would like to build a native package on MacOS you need to perform the following steps:

  • ./gradlew clean build
  • bash build_app_macos.sh

After the script has finished you will find the dmg, the pkg and the app file in the folder

fxmodules/build/installer

In addition the project also comes with a github action in the folder

fxmodules/.github/workflows

The ci.yml file will build the native packages for each platform on github after each push to the project. The artifacts will be attached to the build so that you can download it from there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.