From d1d035d0ef7512f223659ea0da8502235eb2062b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 14 May 2015 09:26:34 -0400 Subject: [PATCH] more fx notes --- core/todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 23aa5c11d..5dac73328 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -32,6 +32,10 @@ javafx _ clip/noClip _ https://github.com/processing/processing/issues/3274 _ getNative() is problematic because it gives back a BufferedImage +_ move loadImage() into PGraphics, with AWT version the default? +_ don't remove javafx stuff from Windows build +_ implement frameRate() +_ implement external messages (moving the window) opengl _ why is createShape() implemented 4x (for P2D, P3D, and 2x versions)?