mirror of
https://github.com/processing/processing4.git
synced 2026-01-31 04:11:07 +01:00
misc todo notes
This commit is contained in:
@@ -3,6 +3,10 @@ A mask() has no effect unless image has already been drawn in A3D
|
||||
A http://code.google.com/p/processing/issues/detail?id=623
|
||||
A point() doesn't render in A3D
|
||||
A http://code.google.com/p/processing/issues/detail?id=592
|
||||
A excessive rotation of application causes memory to run out
|
||||
A http://code.google.com/p/processing/issues/detail?id=235
|
||||
A mirroring in A3D when background() not called within draw()
|
||||
A http://code.google.com/p/processing/issues/detail?id=624
|
||||
|
||||
|
||||
_ tries to create and AVD when running on the phone.. why?
|
||||
|
||||
@@ -3,6 +3,17 @@ o arrayobjects (and others) flicker like hell in chrome 10
|
||||
o http://code.google.com/p/processing/issues/detail?id=646
|
||||
o http://code.google.com/p/chromium/issues/detail?id=62004
|
||||
o http://code.google.com/p/chromium/issues/detail?id=79939
|
||||
A ortho() behaving differently in P3D vs OPENGL
|
||||
A http://dev.processing.org/bugs/show_bug.cgi?id=100
|
||||
A http://code.google.com/p/processing/issues/detail?id=37
|
||||
A shows a blank canvas
|
||||
A (was only happening once b/c was drawing first in perspective)
|
||||
A seems to be mapping to 0, 0 - width/2, height/2
|
||||
A fix 3D > OrthoVsPerspective example once ortho works properly
|
||||
A there's a depth problem in addition to the ortho weirdness
|
||||
|
||||
_ Potential race condition when resizing sketches
|
||||
_ http://code.google.com/p/processing/issues/detail?id=697
|
||||
|
||||
patches submitted for a handful of GL issues
|
||||
_ Resizing window in OPENGL breaks ImageCaches
|
||||
@@ -21,6 +32,7 @@ _ font rotation (native font problem?) with natives?
|
||||
_ http://code.google.com/p/processing/issues/detail?id=692
|
||||
|
||||
for 2.0
|
||||
_ PVector discussion with Dan
|
||||
_ have andres take over all current GL issues in the tracker
|
||||
_ sort out destroy(), stop(), pause() et al
|
||||
_ ColorSelector should stop/pause when not visible
|
||||
@@ -165,14 +177,6 @@ _ really, stop() should just call noLoop() (and start re-enable if done)
|
||||
_ and on android, start/stop can be used to save state information
|
||||
|
||||
big ones
|
||||
_ ortho() behaving differently in P3D vs OPENGL
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=100
|
||||
_ http://code.google.com/p/processing/issues/detail?id=37
|
||||
_ shows a blank canvas
|
||||
_ (was only happening once b/c was drawing first in perspective)
|
||||
_ seems to be mapping to 0, 0 - width/2, height/2
|
||||
_ fix 3D > OrthoVsPerspective example once ortho works properly
|
||||
_ there's a depth problem in addition to the ortho weirdness
|
||||
_ modelx/y/z broken when aiming a camera
|
||||
_ http://code.google.com/p/processing/issues/detail?id=148
|
||||
_ opengl + resize window => window content garbled
|
||||
|
||||
21
todo.txt
21
todo.txt
@@ -1,21 +1,30 @@
|
||||
0198 pde
|
||||
X incorporate RXTXcomm.jar and others from Dave
|
||||
X Serial.list() cannot find /dev/ttyACM0
|
||||
X http://code.google.com/p/processing/issues/detail?id=634
|
||||
|
||||
|
||||
serial issues
|
||||
_ incorporate RXTXcomm.jar and others from Dave
|
||||
_ Closing applet window in Processing 1.5 causes serial crash
|
||||
_ http://code.google.com/p/processing/issues/detail?id=635
|
||||
_ Serial.list() cannot find /dev/ttyACM0
|
||||
_ http://code.google.com/p/processing/issues/detail?id=634
|
||||
|
||||
_ Export reports "Could not copy source file" (even though it works)
|
||||
_ http://code.google.com/p/processing/issues/detail?id=638
|
||||
|
||||
_ Base.listFiles does not list recursivly if extension is given
|
||||
_ this is for fjen/js.. fix already contributed:
|
||||
_ http://code.google.com/p/processing/issues/detail?id=718
|
||||
|
||||
2.0
|
||||
_ colors for 2.0
|
||||
_ nurbs or other arch stuff for 2.0?
|
||||
_ build is currently broken for fresh checkout due to changes to file layout
|
||||
_ something that gets fixed by 'make clean'
|
||||
|
||||
_ launch4j problem - FIXABLE
|
||||
_ no crash when double-clicking a sketch and loading it (?)
|
||||
_ http://code.google.com/p/processing/issues/detail?id=231
|
||||
_ also move back to using non-custom for 2.0 when we can drop QT support
|
||||
|
||||
_ active editor not being set null
|
||||
_ in Base.nextEditorLocation(), changed to "editors.size() == 0"
|
||||
_ instead of (activeEditor == null), but that's papering over a problem
|
||||
@@ -171,10 +180,6 @@ _ http://github.com/fjenett/processingjstool/zipball/v0.0.6
|
||||
_ Input Method support (for Japanese et al.) has been disabled
|
||||
_ http://code.google.com/p/processing/issues/detail?id=526
|
||||
|
||||
_ launch4j problem - FIXABLE
|
||||
_ no crash when double-clicking a sketch and loading it
|
||||
_ http://code.google.com/p/processing/issues/detail?id=231
|
||||
|
||||
_ fix line endings in revisions.txt for windows
|
||||
|
||||
closing this bug, because we'll be replacing the current video library with another sometime later this year. as such, i won't be doing any more bug fixes on the current video library. in the meantime, we recommend using gsvideo, opencv, or one of the other video libraries that are available.
|
||||
|
||||
Reference in New Issue
Block a user