Skip to content

Processing 4.4.3

Pre-release
Pre-release

Choose a tag to compare

@SableRafSableRaf released this 25 Apr 13:08
· 272 commits to main since this release
c83f44c

Fixes some issues people have spotted in 4.4.1 and 4.4.2, plus some quality of life and infrastructure improvements.

Sketches will now looks super crisp by default on higher DPI displays (#1038). Use pixelDensity(1) in setup() if you need to revert to the old default behavior.

This release also resolves a long-standing issue where Processing could freeze at startup when indexing very large sketchbooks (#1037)

A note for Linux users: with this release, processing-java is being replaced by processing cli. If this breaks anything, consider setting an alias.

What's Changed 🎊

Enhancements

Bug Fixes

Documentation

New Contributors

Known issues

  • Some shader examples are broken (see #1063)

Full Changelog: processing-1302-4.4.2...processing-1303-4.4.3