more todo notes

This commit is contained in:
Ben Fry
2022-01-17 21:31:53 -05:00
parent fcf4b0e180
commit c5553d9903
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -25,6 +25,10 @@ _ setting up deps for it with projects that don't use it is a headache
_ put opengl libs for core into platform-specific subfolders?
_ may also be useful for Windows antivirus slowdowns
_ https://github.com/processing/processing/issues/4783#issuecomment-269328168
_ would really be nice to pull out the OpenGL stuff
_ though would require just a single PShader class in .opengl package
_ way too messy, just need to stick with our base platforms
_ also move the libs to their own folders? (instead of unpacking from jar)
_ setting surface size needs to happen outside draw()
_ surface.setSize() sadness etc
+4
View File
@@ -17,6 +17,8 @@ X bump ant from 1.10.10 to 1.10.12
X bump JNA from 5.8.0 to 5.10.0
X remove "Illegal reflective access" warning on Linux
X https://github.com/processing/processing4/issues/207
X "Could not delete disable_hidpi" message on macOS/Linux after closing prefs
contribs
X select entire line when doing Edit > Copy on an empty selection
@@ -88,6 +90,8 @@ _ refresh option for sketchbook (bottom of window)
_ Implement support for Java “modules” and clean up JavaFX-specific workarounds
_ https://github.com/processing/processing4/issues/212
_ modules and classpath ugh https://stackoverflow.com/a/46289257
_ document pdez and pdex files so that folks can use them
_ load examples from pdez files