Code Monkey home page Code Monkey logo

processing4's Introduction

Processing 4

4.0 is an exciting next step for Processing in which the internals of the software will see important updates, helping prepare the platform for its future. This includes the move to JDK 11 and support for new Java language features. The changes should be transparent to most users, but because of the massive shift behind the scenes, this will be 4.0.

API changes

As with all releases, we'll do everything possible to avoid breaking API. However, there will still be tweaks that have to be made. We'll try to keep them minor. Our goal is stability, and keeping everyone's code running.

alpha 2

  • The static versions of selectInput(), selectOutput(), and selectFolder() in PApplet` have been removed. These were not documented, hopefully were not in use anywhere.
  • The frame object has been removed from PApplet. We've been warning folks to use surface since 2015, but we still should warn users
  • PImage.checkAlpha() is now public instead of protected
  • All AWT calls have been moved out of PImage, which may be a problem for anything that was relying on those internals
  • Removed MouseEvent.getClickCount() and MouseEvent.getAmount(). These had been deprecated, not clear they were used anywhere.

alpha 1

  • Base.defaultFileMenu is now protected instead of static public

processing4's People

Contributors

benfry avatar codeanticode avatar manindra29 avatar jakubvaltar avatar reas avatar gohai avatar akarshit avatar peskal avatar shiffman avatar joelmoniz avatar lonnen avatar fjenett avatar sampottinger avatar scotthmurray avatar federicobond avatar pvrs12 avatar gkfx avatar mckennapsean avatar kfeuz avatar sansumbrella avatar wirsing avatar amnonowed avatar galsasson avatar scollovati avatar ybakos avatar crazymaster avatar aengelke avatar tyfkda avatar juniperoserra avatar inkwellsiesta avatar

Watchers

James Cloos 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.