mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Native code to go with the ThinkDifferent class which handles macOS-specific API calls.
Currently only handles hiding the menu bar, and the basic structure of the native libraries evolved from the jAppleMenuBar project by Hansi Raber and was rewritten for Processing 4 by Ben Fry.
Helpful reference used for the rewrite:
- JNI Example (Mac OS)
- Building a Universal macOS Binary