additional notes and work in progress

This commit is contained in:
Ben Fry
2020-09-23 14:00:50 -04:00
parent c5baab0b6e
commit 8e0bc36ed8
2 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>processing-appbundler</name>
<name>processing4-appbundler</name>
<comment></comment>
<projects>
</projects>
+20 -2
View File
@@ -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
<key>NSCameraUsageDescription</key>
<string>The sketch you're running needs access to your video camera.</string>
<key>NSMicrophoneUsageDescription</key>
<string>The sketch you're running needs access to your microphone.</string>
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