25 life saving tips for processing (blogpost)
in
Share your Work
•
1 year ago
Hey everyone,
I wrote a mega-post with tips, tricks and other need-to-know information about Processing sprinkled with many code examples and snippets. Partly based on questions and issues I had to deal with myself and partly based on frequently asked questions on the forums. I hope my post can be of use to some. Check it out here:
http://amnonp5.wordpress.com/2012/01/28/25-life-saving-tips-for-processing/
To facilitate future forum searchers let me write down the list of topics:
1. frameCount, millis(), modulo % and noise
2. math, logical and relational operator shortcuts
3. math with ints
4. frameRate
5. loading specific files from an external input directory
6. timestamp
7. fast image sequence saving
8. slow fade & simulated motion blur
9. combining 2D and 3D drawing
10. change the transparency of an image
11. mirror images vertically or horizontally
12. take full screen screenshots
13. keyboard text and number input
14. a simple menu and/or different screens
15. controlling the sketch through millis() or frameCount
16. high resolution output
17. checking if the mouse is over a circle or rect
18. change the PRESENT mode background color
19. disable the ESCAPE key
20. per-vertex color fills within a beginShape-endShape
21. breakShape
22. using arctangent to determine angle
23. constraining a point within a circle
24. renderers (choose wisely)
25. libraries + java
BONUS TIP: the knowledge base
Once more, you can find the blogpost here. Feel free to spread the word via twitter or otherwise.
Kind regards,
Amnon
I wrote a mega-post with tips, tricks and other need-to-know information about Processing sprinkled with many code examples and snippets. Partly based on questions and issues I had to deal with myself and partly based on frequently asked questions on the forums. I hope my post can be of use to some. Check it out here:
http://amnonp5.wordpress.com/2012/01/28/25-life-saving-tips-for-processing/
To facilitate future forum searchers let me write down the list of topics:
1. frameCount, millis(), modulo % and noise
2. math, logical and relational operator shortcuts
3. math with ints
4. frameRate
5. loading specific files from an external input directory
6. timestamp
7. fast image sequence saving
8. slow fade & simulated motion blur
9. combining 2D and 3D drawing
10. change the transparency of an image
11. mirror images vertically or horizontally
12. take full screen screenshots
13. keyboard text and number input
14. a simple menu and/or different screens
15. controlling the sketch through millis() or frameCount
16. high resolution output
17. checking if the mouse is over a circle or rect
18. change the PRESENT mode background color
19. disable the ESCAPE key
20. per-vertex color fills within a beginShape-endShape
21. breakShape
22. using arctangent to determine angle
23. constraining a point within a circle
24. renderers (choose wisely)
25. libraries + java
BONUS TIP: the knowledge base
Once more, you can find the blogpost here. Feel free to spread the word via twitter or otherwise.
Kind regards,
Amnon
4