diff --git a/build/macosx/appbundler/.project b/build/macosx/appbundler/.project index 9e6f7c6d4..48f533937 100644 --- a/build/macosx/appbundler/.project +++ b/build/macosx/appbundler/.project @@ -1,6 +1,6 @@ - processing-appbundler + processing4-appbundler diff --git a/todo.txt b/todo.txt index f50eb0106..773c268d0 100755 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,10 @@ 1272 (4.0a3) +_ startup chatter (from appbundler?) +_ Processing[25059:13082813] int launch(char *, int, char **) Launchpath + +_ 'Basics' always open in examples list +_ get vaqua back out of there _ need to fix this text: _ /* autogenerated by Processing preprocessor v3.0.0 on 2020-09-15 */ @@ -8,6 +13,21 @@ _ also need spaces in the size command, per our guidelines _ JSSC binaries for windows_32 and windows_64 appear to be macOS files _ https://github.com/processing/processing4/issues/119 +X audio and video broken on macOS b/c can't access mic/camera +_ https://github.com/processing/processing-sound/issues/51 +_ https://github.com/processing/processing-video/issues/134 +_ workarounds https://gist.github.com/i3games/b063987dfb62baf5d0afda422631b480 +NSCameraUsageDescription +The sketch you're running needs access to your video camera. +NSMicrophoneUsageDescription +The sketch you're running needs access to your microphone. +https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/requesting_authorization_for_media_capture_on_macos +_ helpful comment on video +_ https://github.com/processing/processing-video/issues/134#issuecomment-617301980 + +_ update appbundler? https://github.com/TheInfiniteKind/appbundler +_ might be broken though https://github.com/TheInfiniteKind/appbundler/issues/70 +_ symlink https://github.com/TheInfiniteKind/appbundler/issues/1 before final release _ Update graphics and visual design elements for 4.x @@ -56,8 +76,6 @@ _ launch/psk files/import from web editor (for class) _ windows anti-malware leaves browser stuck at 100% _ https://github.com/processing/processing/issues/5893 - -from Casey _ update installation guide for Linux _ https://github.com/processing/processing-docs/issues/645