the splash screen as such (an extra image that occurs before the program itself really starts). I did this with a real functionality: The splash screen is shown and while it is there, some pre-program calculations are made and stored and only then the splash.screen dissapears. So the pre-program calculations are not made in setup() because then the splash screen would not be visible.
or rather what is shown on the splash screen you mentioned (I assume so)
for the latter:
the image is the same as the image here at the top:
Answers
Check Here is one of my old code ...... you might get some ideas :) Best of luck
http://www.openprocessing.org/sketch/119786
Do you mean
the splash screen as such (an extra image that occurs before the program itself really starts). I did this with a real functionality: The splash screen is shown and while it is there, some pre-program calculations are made and stored and only then the splash.screen dissapears. So the pre-program calculations are not made in setup() because then the splash screen would not be visible.
or rather what is shown on the splash screen you mentioned (I assume so)
for the latter:
the image is the same as the image here at the top:
http://www.processing.org
for programming it see e.g.
http://www.openprocessing.org/sketch/3520
http://hello.processing.org/
It's here: https://github.com/scottgarner/Processing-Hour-Of-Code/blob/gh-pages/assets/pde/hello_processing/hello_processing.pde
Here is my version http://www.openprocessing.org/user/32174