@@ -6,6 +6,13 @@ X breaks on aarch64
66X https://github.com/processing/processing4/issues/372
77_ rename jAppleMenuBar, make part of build process
88
9+ OpenGL resize and NPE sadness
10+ X why does GL flash red when resizing?
11+ X this may be because of gaps between EDT and updates
12+ X fixing the surface.setSize() issue may fix it
13+ X https://github.com/processing/processing4/issues/386
14+
15+
916_ CODED is inconsistent between the default renderer and P2D/P3D
1017_ includes recommendations how to fix
1118_ https://github.com/processing/processing4/issues/376
@@ -18,6 +25,9 @@ _ https://github.com/processing/processing4/issues/128
1825_ https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-td4040887.html
1926_ https://github.com/jzy3d/jogl/blob/feature/macosx-arm64/HOW-TO-ADD-ARM64-TO-2.4.md
2027
28+ _ Sort out EDT issues inside OpenGL
29+ _ https://github.com/processing/processing4/issues/385
30+
2131_ concurrent StringDict et al
2232_ why no concurrent TreemMap? https://stackoverflow.com/a/17656453
2333_ https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentSkipListMap.html
@@ -42,9 +52,6 @@ _ same goes for window resize events: queue them for when it's safe
4252_ also probably need to be extending the display with the background color
4353_ so that it's not neither stretching the viewport temporarily
4454_ or leaving a gap at the edge of the window
45- _ why does GL flash red when resizing?
46- _ this may be because of gaps between EDT and updates
47- _ fixing the surface.setSize() issue may fix it
4855
4956_ fullScreen() not working on a second display with P2D or P3D
5057_ https://github.com/processing/processing4/issues/352
0 commit comments