mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
goof
This commit is contained in:
68
todo.txt
68
todo.txt
@@ -92,6 +92,8 @@ X finish fill mode of flat circle function
|
||||
o setting accuracy of circles/sphere
|
||||
X some flag to know whether applet is online or not
|
||||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1051758365;start=0
|
||||
X colorMode is defaulting to 255, 255, 255, 1.. oops
|
||||
X though setting it differently hoses everything (clears everything)
|
||||
|
||||
fixes because of dmose parser
|
||||
dm X move to antlr
|
||||
@@ -189,14 +191,7 @@ X param(), online(), and status() functions
|
||||
..................................................................
|
||||
|
||||
|
||||
|
||||
API
|
||||
|
||||
_ code to read from properties file from param()
|
||||
_ for application mode or while inside the environment
|
||||
_ these properties will be written to html on export
|
||||
|
||||
_ fix link, loadStrings, saveBytes code once that's fixed
|
||||
_ mousePressed, keyPressed, others.. queue them all
|
||||
_ queue multiple times
|
||||
_ light(x, y, z, c1, c2, c3, TYPE)
|
||||
@@ -221,10 +216,25 @@ _ for the last size that was used, use as default when
|
||||
_ setup (200, 200) causes the default size to be used
|
||||
_ need to use oro matcher when trying to grab the applet size (export?)
|
||||
|
||||
bf b _ BApplet.main(new String[] { "flashcards3" });
|
||||
bf b _ or even BApplet.main(new String[] { getClass().getName() });
|
||||
bf b _ META-INF/MANIFEST.MF contains just "Main-Class: ClassName"
|
||||
bf b _ main sticking point will be serial/qtjava in exports
|
||||
|
||||
MEDIUM
|
||||
_ net problems
|
||||
_ when you stop the client, it freezes
|
||||
_ until you quit the processing running the server
|
||||
_ The server starts and stops fine.
|
||||
_ be able to draw something inside setup (?)
|
||||
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1044689650;start=0
|
||||
o modify antlr stuff to conditionally recompile in make.sh
|
||||
_ compile antlr inside the initial setup of the work dir
|
||||
X done for macosx
|
||||
_ fix this for windows and linux
|
||||
o only recompile if asked or if changes
|
||||
_ modify build instructions for the many changes
|
||||
_ i.e. buzz.pl requires jdk13+ set for JDK13 flag, used by p5
|
||||
_ usually need to remove the 'work' dir
|
||||
_ better 1.3/1.4 support.. properly detect vm
|
||||
_ use when deciding which classes to import
|
||||
|
||||
dh b _ ability to export 'applications' (not just applets)
|
||||
dh b _ lock feature for present mode (part of export to application?)
|
||||
dh b _ application can still do serial (qt, other stuff?)
|
||||
@@ -237,28 +247,17 @@ dh b _ (msft vm defaults to null layout manager)
|
||||
dh b _ also make sure pack() is happening
|
||||
dh b _ add manifest.mf to exported applets so that applications will work
|
||||
dh b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1045983103;start=0
|
||||
bf b _ BApplet.main(new String[] { "flashcards3" });
|
||||
bf b _ or even BApplet.main(new String[] { getClass().getName() });
|
||||
bf b _ META-INF/MANIFEST.MF contains just "Main-Class: ClassName"
|
||||
bf b _ main sticking point will be serial/qtjava in exports
|
||||
|
||||
|
||||
MEDIUM
|
||||
_ net problems
|
||||
_ when you stop the client, it freezes
|
||||
_ until you quit the processing running the server
|
||||
_ The server starts and stops fine.
|
||||
_ colorMode is defaulting to 255, 255, 255, 1.. oops
|
||||
_ though setting it differently hoses everything (clears everything)
|
||||
_ be able to draw something inside setup (?)
|
||||
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1044689650;start=0
|
||||
o modify antlr stuff to conditionally recompile in make.sh
|
||||
_ compile antlr inside the initial setup of the work dir
|
||||
X done for macosx
|
||||
_ fix this for windows and linux
|
||||
o only recompile if asked or if changes
|
||||
_ modify build instructions for the many changes
|
||||
_ i.e. buzz.pl requires jdk13+ set for JDK13 flag, used by p5
|
||||
_ usually need to remove the 'work' dir
|
||||
better support for running locally
|
||||
_ code to read from properties file from param()
|
||||
_ for application mode or while inside the environment
|
||||
_ these properties will be written to html on export
|
||||
_ fix link, loadStrings, saveBytes code once that's fixed
|
||||
_ saveBytes not in proper dir is annoying
|
||||
_ better 1.3/1.4 support.. properly detect vm
|
||||
_ use when deciding which classes to import
|
||||
|
||||
|
||||
LOWER (post beta tweaks, non-structural)
|
||||
@@ -320,6 +319,10 @@ _ b/c bagel checkout happens later
|
||||
_ all code needs to be buildable from scratch
|
||||
|
||||
|
||||
VOLUNTEER TASKS
|
||||
_ need bezierTangent() code
|
||||
|
||||
|
||||
INTERNAL
|
||||
_ add constants for building NET, move stuff around in bagel dir
|
||||
_ internal naming of _fill, image_mode, textureOrientation
|
||||
@@ -353,9 +356,6 @@ b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bu
|
||||
..................................................................
|
||||
|
||||
|
||||
Volunteers / Possible tasks
|
||||
|
||||
_ need bezierTangent() code
|
||||
|
||||
_ developers who may be interested in p5 helping:
|
||||
sdlpci@cis.rit.edu
|
||||
|
||||
Reference in New Issue
Block a user