todo notes

This commit is contained in:
Ben Fry
2013-02-23 09:41:51 -05:00
parent 4db1ab3c89
commit f41eabcc56
2 changed files with 15 additions and 6 deletions

View File

@@ -47,8 +47,12 @@ X can ignore any # items altogether
o add "CGAffineTransformInvert: singular matrix" problem to the Wiki
X http://code.google.com/p/processing/issues/detail?id=1363
X confirmed fixed with 6u41
_ don't allocate Java2D buffer inside beginDraw()
_ otherwise PDF will make an enormous image even if it's not needed
X Default Renderer slow on retina displays
X http://code.google.com/p/processing/issues/detail?id=1262
X https://github.com/processing/processing/issues/1300
o don't allocate Java2D buffer inside beginDraw()
X otherwise PDF will make an enormous image even if it's not needed
X modify PDF to not call super.beginDraw()
andres
A P3D sketches failing to run
@@ -106,6 +110,13 @@ _ https://github.com/processing/processing/issues/1534
X http://code.google.com/p/processing/issues/detail?id=1496
A crash when running latest P2D/P3D under VMware
A https://github.com/processing/processing/issues/1644
A SVG width and height not properly set with P2D, P3D & OPENGL renderers
A https://github.com/processing/processing/issues/1641
A Re-implement per-vertex coloring in P2D/P3D
A https://github.com/processing/processing/issues/1196
X http://code.google.com/p/processing/issues/detail?id=1158
_ P2D, P3D drawing errors in static mode, gray screen
_ https://github.com/processing/processing/issues/1648
cleaning/earlier
C textureWrap() CLAMP and REPEAT now added
@@ -389,8 +400,6 @@ _ can't really change the smoothing/options on offscreen
_ is this still true?
rendering/performance/threading
_ Default Renderer slow on retina displays
_ http://code.google.com/p/processing/issues/detail?id=1262
_ hint(DISABLE_LOAD_PIXELS) -> faster rendering in Java2D
_ problems with 2D rendering speed
_ volatile images

View File

@@ -93,8 +93,6 @@ X removed in 2.0b7, because it has bugs and is no longer compatible
o also can have case of opening two of same sketch at once
o if sketch was open, then restart by dragging the .pde to p5.app
https://processing-js.lighthouseapp.com/
library changes (site only?)
_ remove netscape.javascript stuff
_ move minim out to its own contrib section
@@ -962,6 +960,8 @@ _ In regedit: Navigate to Computer\HKEY_CLASSES_ROOT\Applications and find you
DIST / Mac OS X
_ keep an eye on the Java 8 builds, since all the effort goes there
_ https://wikis.oracle.com/display/OpenJDK/Mac+OS+X+Port
_ change cmd line for OS X to use symlink?
_ otherwise updates are going to require reinstall..
_ or that it's gonna need to parse and say "update command line?"