TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 Processing 軟體舊版本 Download Page4 | 2024 軟體跟著走

Processing 歷史舊版本 Page4

最新版本 [var.version]

Processing 歷史版本列表

Processing 是一個靈活的軟件速寫和學習如何在視覺藝術的背景下編碼的語言。自 2001 年以來,Processing 在視覺藝術和視覺素養技術內提升了軟件素養。有成千上萬的學生,藝術家,設計師,研究人員和愛好者使用 Processing 選擇版本:Processing 3.3.6(32 位)Processing 3.3.6(64 位) Processing 軟體介紹

Processing (32-bit)Processing (64-bit)


Processing 3.3.4 (32-bit) 查看版本資訊

更新時間:2017-06-05
更新細節:

What's new in this version:

Several useful bug fixes and improvements. Some big, many small:
- Exported applications no longer report as "Damaged" on macOS Sierra
- Prevent the console from freezing up when print() and println() are used to print thousands of lines of output

Apple broke key repeat in macOS Sierra, here's how to fix it:
- Fix the keyPressed variable when multiple keys are pressed

Processing 3.3.4 (64-bit) 查看版本資訊

更新時間:2017-06-05
更新細節:

What's new in this version:

Several useful bug fixes and improvements. Some big, many small:
- Exported applications no longer report as "Damaged" on macOS Sierra
- Prevent the console from freezing up when print() and println() are used to print thousands of lines of output

Apple broke key repeat in macOS Sierra, here's how to fix it:
- Fix the keyPressed variable when multiple keys are pressed

Processing 3.3.3 (32-bit) 查看版本資訊

更新時間:2017-05-04
更新細節:

What's new in this version:

- keyPressed not returning false once a key is released
- Image tint() was broken in 3.3.x
- Deal with loadBytes() regressions introduced by their rewrite

Processing 3.3.3 (64-bit) 查看版本資訊

更新時間:2017-05-04
更新細節:

What's new in this version:

- keyPressed not returning false once a key is released
- Image tint() was broken in 3.3.x
- Deal with loadBytes() regressions introduced by their rewrite

Processing 3.3.2 (32-bit) 查看版本資訊

更新時間:2017-04-26
更新細節:

What's new in this version:

- Broke a few eggs with that last omelette, and left a little eggshell behind
- This version takes care of a handful of revisions

BUG FIXES, MOSTLY FOR REGRESSIONS:
- ArrayIndexOutOfBoundsException when using tint() or loadFont()
- createInput() wasn't returning null for files that were not found
- Assigning Pixels Vertically Flipped in P2D

USEFUL UPDATES, THAT HOPEFULLY AREN'T REGRESSIONS:
- Improve loadBytes() performance
- Add (far) more efficient file loading for loadBytes(File)
- Add loadBytes(URL) variant that uses content length header for array size
- keyPressed is false if one key is released while multiple keys are pressed

Processing 3.3.2 (64-bit) 查看版本資訊

更新時間:2017-04-26
更新細節:

What's new in this version:

- Broke a few eggs with that last omelette, and left a little eggshell behind
- This version takes care of a handful of revisions

BUG FIXES, MOSTLY FOR REGRESSIONS:
- ArrayIndexOutOfBoundsException when using tint() or loadFont()
- createInput() wasn't returning null for files that were not found
- Assigning Pixels Vertically Flipped in P2D

USEFUL UPDATES, THAT HOPEFULLY AREN'T REGRESSIONS:
- Improve loadBytes() performance
- Add (far) more efficient file loading for loadBytes(File)
- Add loadBytes(URL) variant that uses content length header for array size
- keyPressed is false if one key is released while multiple keys are pressed

Processing 3.3.1 (32-bit) 查看版本資訊

更新時間:2017-04-24
更新細節:

What's new in this version:

HIGHLIGHTS:
- The UI now supports Arabic with a new translation provided by Omar Hommos
- Several updates from Gottfried for ARM devices like Raspberry Pi and CHIP
- Lots of pixelDensity() and sketch scaling work has been developed by Jakub Valtar and is in the current release, though we've not yet activated these features entirely. Expect those in the 3.4 release.

BUG FIXES:
- Fix gap between tab headers and text area at 125% and 150% scaling on Windows
- Some line heights were wrong on hi-dpi displays
- Fix small tooltip text on high-dpi screens
- Get rid of error message when exporting sketches with the video library
- Fix preprocessing of code with double backslash in string or char literal
- Fix breakpoints in inner classes
- Fix preprocessor skipping one char after a block comment
- Synchronize input event processing
- Scrub comments: skip the second chracter in the escape sequence

ADDITIONS & CHANGES:
- Added Arabic translation
- Added Jump to Declaration
- Fix the JRE downloader and upgrade to Java 8 update 131
- Add another warning for yet another a bad NVIDIA driver
- Make the Error Table extend white to the bottom
- Use built-in font for any non-Roman or CJK language

GRAPHICS & THE CORE:
- Major work on window placement and pixel density by Jakub
- Improve sum() functions in processing.data
- createInput() and createOutput() now both use buffered streams by default createInputRaw() does not, however
- Don't derive the font again if the size is unchanged
- fix temporary file handling for saveBytes(), saveStream(), etc wasn't handling gzip output properly also could have problems w/ names under length 3

GOTTFRIED'S ARMS:
- Add support for 64-bit ARM boards
- Hardware I/O updates for ARM
- Fix MeshTweening vertex shader
- ARM: Allow Raspberry Pi's Mesa GL driver to use up to 8 lights
- Retry with multisampling disabled if creating a framebuffer fails because of INCOMPLETE_MULTISAMPLE
- Report more error conditions in validateFramebuffer
- Add more Raspberry Pi related fixes to JOGL
- Unblock hardware-accelerated P3D on ARM Mali devices

Processing 3.3.1 (64-bit) 查看版本資訊

更新時間:2017-04-24
更新細節:

What's new in this version:

HIGHLIGHTS:
- The UI now supports Arabic with a new translation provided by Omar Hommos
- Several updates from Gottfried for ARM devices like Raspberry Pi and CHIP
- Lots of pixelDensity() and sketch scaling work has been developed by Jakub Valtar and is in the current release, though we've not yet activated these features entirely. Expect those in the 3.4 release.

BUG FIXES:
- Fix gap between tab headers and text area at 125% and 150% scaling on Windows
- Some line heights were wrong on hi-dpi displays
- Fix small tooltip text on high-dpi screens
- Get rid of error message when exporting sketches with the video library
- Fix preprocessing of code with double backslash in string or char literal
- Fix breakpoints in inner classes
- Fix preprocessor skipping one char after a block comment
- Synchronize input event processing
- Scrub comments: skip the second chracter in the escape sequence

ADDITIONS & CHANGES:
- Added Arabic translation
- Added Jump to Declaration
- Fix the JRE downloader and upgrade to Java 8 update 131
- Add another warning for yet another a bad NVIDIA driver
- Make the Error Table extend white to the bottom
- Use built-in font for any non-Roman or CJK language

GRAPHICS & THE CORE:
- Major work on window placement and pixel density by Jakub
- Improve sum() functions in processing.data
- createInput() and createOutput() now both use buffered streams by default createInputRaw() does not, however
- Don't derive the font again if the size is unchanged
- fix temporary file handling for saveBytes(), saveStream(), etc wasn't handling gzip output properly also could have problems w/ names under length 3

GOTTFRIED'S ARMS:
- Add support for 64-bit ARM boards
- Hardware I/O updates for ARM
- Fix MeshTweening vertex shader
- ARM: Allow Raspberry Pi's Mesa GL driver to use up to 8 lights
- Retry with multisampling disabled if creating a framebuffer fails because of INCOMPLETE_MULTISAMPLE
- Report more error conditions in validateFramebuffer
- Add more Raspberry Pi related fixes to JOGL
- Unblock hardware-accelerated P3D on ARM Mali devices

Vim 8.0.586 查看版本資訊

更新時間:2017-04-24
更新細節:

What's new in this version:

- I have built a version of Vim 8.0 with all the latest patches. This is mainly interesting for MS-Windows users who download the binary. Upgrading to this version is recommended, since it fixes many problems.
- I have renamed the original Vim 8.0 files to include the patchlevel. The new files are both available as "80" and "80-586". Note that caching may cause the "80" file to still be the old one.

Processing 3.3 (32-bit) 查看版本資訊

更新時間:2017-02-13
更新細節:

What's new in this version:

Bug fixes:
- PDE was too small on high-res Windows and Linux machines. If you're having trouble with this, change the "Interface scaling" option in the Preferences window. On Windows, it will attempt to auto-detect.

Unconfirmed fixes:
- Visual artifacts on Windows 10 when using menus
- Broken characters in the Welcome Page and the Contribution Manager
- Add a dialog box to warn Windows users about NVIDIA driver problems
- Blank window on startup where the "Welcome" screen should be

Minor fixes:
- Prevent unnecessary 'file not found' errors in the console during Export

Fixed earlier:
- Contribution Manager does not show all libraries until filter cleared
- https://github.com/processing/processing/issues/4840

Changes to core:
- StringDict(TableRow) constructor to create a dictionary from a table row
- Allow lone double quotes in the midst of CSV strings. This improves compatibility with spreadsheets exported from Google Sheets
- Return null (rather than NullPointerException) for PApplet.trim(null)
- Make trim() work on column titles as well
- Make Table.trim() also remove unused rows and columns. This will remove extra rows or columns at the beginning as well, since that's what trim() does to whitespace on strings.
- Consume Unicode BOM (0xFEFF) in createReader() and Table parser
- Return null for getString(), getJSONObject(), and getJSONArray() when key is not present, more in line w/ other API
- Several fixes for memory leaks from jdf