Git Product home page Git Product logo

processing4-javafx's Introduction

FX2D

This repository contains the JavaFX renderer for Processing 4, also known as FX2D.

The JavaFX binaries have grown very large in size so this was a necessary step to avoid making the Processing download excessively large, given that not everyone uses JavaFX. More discussion/explanation here.

This version of the JavaFX library will be required for FX2D sketches starting with 4.0 beta 4.

This library is large

The build script creates a very large download (hundreds of megabytes), because Processing supports several platforms (3 officially, 3 more unofficially) and we want to make it easy to use all of them. This is an acceptable tradeoff for a standalone library like this, but if you want a smaller build, you have options:

  1. Disable <antcall target="retrieve-gluon"> stanzas for platforms you don't care about.

  2. Un-comment the <!-- <exclude name="**/*jfxwebkit.*" /> --> line so that the WebKit library is removed.

These are not done by default because we've seen projects that (1) run on all those platforms, and (2) use the full browser implementation available with the WebKit support. Again, because this is an optional download, this seems the correct tradeoff.

Pushing a new release

  1. Roll the version/revision numbers in mode.properties

  2. Tag the latest and push

     git tag -a rev1280 -m 'Revision 1280 (Processing 4.0b5)'
     git push origin --tags
    
  3. Delete the previous latest tag

     git tag -d latest
     git push origin :refs/tags/latest
    
  4. Create new latest tag with the current state of the repo

     git tag -f -a latest -m 'Revision 1280 (Processing 4.0b5)'
     git push -f --tags
    
  5. Create the distribution

     ant dist
    

    Then upload dist/processing4-javafx.zip and dist/processing4-javafx.txt to the latest tag on Github. Can also upload them to the tag for the current version, for anyone installing manually.

  6. Add changes in MarkDown format to the release: https://github.com/processing/processing4-javafx/releases

processing4-javafx's People

Contributors

benfry avatar

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.