mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
updates to the todo lists
This commit is contained in:
+3
-1
@@ -88,8 +88,10 @@ _ returning from pause needs to reset the clock
|
||||
_ this is currently draining batteries
|
||||
_ thread is continually running - 'inside handleDraw()' running continually
|
||||
_ inside run() it shouldn't still be going
|
||||
_ need sizeChanged() method...
|
||||
_ avoid sketch restart on orientation change
|
||||
_ need sizeChanged() method...
|
||||
_ also add the param to the xml file saying that it can deal w/ rotation
|
||||
_ https://github.com/processing/processing/issues/1640
|
||||
|
||||
_ re: android libraries, from shawn van every
|
||||
The most powerful part were the libraries (and the ease with which they could be developed). Location, SMS, Camera/Video, Bluetooth (for Arduino integration) and PClient/PRequest were by far the most used. The ones that came with it, plus the ones from MJSoft were good though I ended up making a couple of very specific ones for my students: http://www.mobvcasting.com/wp/?cat=4
|
||||
|
||||
@@ -91,6 +91,12 @@ A https://github.com/processing/processing/issues/1557
|
||||
X http://code.google.com/p/processing/issues/detail?id=1519
|
||||
A Mouse data erratic in P2D
|
||||
A https://github.com/processing/processing/issues/1626
|
||||
A Destroying an OpenGL PApplet doesn't terminate SharedResourceRunner thread
|
||||
A https://github.com/processing/processing/issues/1483
|
||||
A http://code.google.com/p/processing/issues/detail?id=1445
|
||||
A exit() crashes Java on P2D and 3D when fullscreen only
|
||||
A https://github.com/processing/processing/issues/12
|
||||
|
||||
_ Default filter on PGraphics does nothing (JAVA2D) or causes crash (P2D/P3D)
|
||||
_ http://code.google.com/p/processing/issues/detail?id=1496
|
||||
_ https://github.com/processing/processing/issues/1534
|
||||
|
||||
@@ -624,6 +624,8 @@ _ http://code.google.com/p/processing/issues/detail?id=8
|
||||
|
||||
PDE / Editor
|
||||
|
||||
_ the PDE uses 15% of CPU while just sitting idle
|
||||
_ https://github.com/processing/processing/issues/1561
|
||||
_ renaming RGB (.pde) to Rgb.java says "a file named RGB.pde already exists"
|
||||
_ undo seems to not be going to the right location (now with example)
|
||||
_ http://code.google.com/p/processing/issues/detail?id=668
|
||||
|
||||
Reference in New Issue
Block a user