Commit Graph

6977 Commits

Author SHA1 Message Date
Xerxes Rånby
9b3d6e73df Validate PApplet AWT Container after add of OpenGL canvas.
This fix a long startup delay before OpenGL init
that may happen if the OpenGL canvas stay non-visible.

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
2013-03-30 23:28:36 +01:00
Xerxes Rånby
6ed4be1f16 Fix PGLListener init extension checks to pass on OpenGL ES 2.
Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
2013-03-30 22:42:39 +01:00
Xerxes Rånby
93e5e8da2d getChosenGLCapabilities may return null before GLListener init.
Store capabilities at a safe location inside PGLListener init.

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
2013-03-30 21:52:02 +01:00
Florian Jenett
74a36af813 Merge branch 'master' of github.com:processing/processing 2013-03-28 10:41:40 +01:00
Casey Reas
0a66cf6299 Replacing Game of Life Example 2013-03-26 11:51:34 -07:00
Florian Jenett
d96ce71fce Merge branch 'master' of github.com:processing/processing 2013-03-25 18:01:37 +01:00
codeanticode
1eedcab149 Fix #1671 2013-03-25 09:27:37 -04:00
codeanticode
6ed2b23a9c Fixes issue #1659 2013-03-25 09:15:28 -04:00
codeanticode
78530bb2d6 Latest experimental lwjgl build for OSX 2013-03-19 14:34:13 -04:00
Florian Jenett
6ef35628ae Merge branch 'master' of github.com:processing/processing 2013-03-19 10:38:40 +01:00
Daniel Shiffman
9a466e1866 misc PVector and example cleanup 2013-03-18 22:12:27 -04:00
Daniel Shiffman
0c35ad10a5 some comments for the new morph example 2013-03-18 21:56:23 -04:00
Daniel Shiffman
e5cb7eed83 a new proposed example demonstrating morphing from one shape to another 2013-03-18 16:16:24 -04:00
Daniel Shiffman
4754ec6adc comments reflection2 2013-03-18 15:42:25 -04:00
Daniel Shiffman
6e58223c95 comments for reflection1 example 2013-03-18 15:39:47 -04:00
Daniel Shiffman
0e31b2e402 reworked Cubes example with OOP and PVector 2013-03-18 15:23:11 -04:00
Florian Jenett
b31d02a230 Merge branch 'master' of github.com:processing/processing 2013-03-18 10:42:08 +01:00
Daniel Shiffman
0edca43510 tiny reflection2 fix 2013-03-16 22:45:01 -04:00
Daniel Shiffman
8441b32b22 adding set() to accept 2 parameters for 2D vectors only 2013-03-16 22:34:49 -04:00
Daniel Shiffman
91471de8d9 reworking Reflection1 to use PVector 2013-03-16 22:29:58 -04:00
Daniel Shiffman
7cde928f9b reworked Reflection2 to use PVector and OOP 2013-03-16 22:09:18 -04:00
Florian Jenett
4e0d902539 Merge branch 'master' of github.com:processing/processing 2013-03-16 08:37:44 +01:00
Daniel Shiffman
4cde40675e updating CircleCollision to follow PVector syntax 2013-03-15 22:56:44 -04:00
Daniel Shiffman
25677922a1 removing extraneous variable from lerp example 2013-03-15 22:37:57 -04:00
Daniel Shiffman
20e501eab0 some fixes for HashMap class examples thanks to @REAS 2013-03-15 22:30:30 -04:00
Daniel Shiffman
2e706976d0 fixing up the noise wave example a bit 2013-03-15 22:08:41 -04:00
Daniel Shiffman
2d0fa411bf a new example for linear interpolation using lerp() 2013-03-15 21:55:20 -04:00
Daniel Shiffman
5110df6f68 removing unecessary files 2013-03-15 16:21:04 -04:00
Daniel Shiffman
c05cef2917 reworking of IntHash and HashMap examples 2013-03-15 16:15:23 -04:00
Ben Fry
d420268c25 fix for lib problems with zip files 2013-03-15 11:08:25 -04:00
Ben Fry
d7ecedca7f Merge branch 'master' of github.com:processing/processing 2013-03-15 11:08:02 -04:00
Scott Murray
b174035021 Added addColum() to reference… hopefully 2013-03-13 14:21:54 -07:00
Scott Murray
cb31ff51ae Added related links to Table 2013-03-13 13:37:32 -07:00
Scott Murray
bf53c0a005 Added related links to reference for texture() textureMode() textureWrap() 2013-03-13 12:59:06 -07:00
Florian Jenett
cc44bae8e5 Merge branch 'master' of github.com:processing/processing 2013-03-11 21:09:29 +01:00
Daniel Shiffman
8a8cf154c7 quick comment fix for CountingStrings 2013-03-11 13:59:55 -04:00
Daniel Shiffman
e3ae88f161 IntHash works. Oh I am so happy. 2013-03-11 13:57:58 -04:00
Daniel Shiffman
f382ce6d1c trying a JSON example, but not getting very far yet 2013-03-11 13:33:43 -04:00
Daniel Shiffman
42d8064804 XML example is finalized and now mirrors Table example 2013-03-11 13:21:10 -04:00
Daniel Shiffman
426e9a62eb removing old XML objects example, new one will replace 2013-03-11 00:09:05 -04:00
Daniel Shiffman
b9cb81b098 working on XML example, still need functionality for adding and deleting from XML tree 2013-03-10 22:12:02 -04:00
Daniel Shiffman
e915e22800 starting new XML example 2013-03-09 14:26:16 -05:00
Daniel Shiffman
deb9e304a1 adding feature to limit table size to 10 to table example 2013-03-09 14:22:20 -05:00
Daniel Shiffman
c66eba022a removing stray sketch.properties file 2013-03-09 14:18:45 -05:00
Florian Jenett
33ba125e25 merged upstream 2013-03-07 10:05:57 +01:00
Daniel Shiffman
30bc7287c1 removing stray web-export really this time 2013-03-06 23:07:45 -05:00
Daniel Shiffman
3dcfe72364 i love removing smooth() 2013-03-06 23:07:34 -05:00
Daniel Shiffman
6b5521af3c update of Nature of Code examples, need to do one more before 2.0 2013-03-06 22:59:57 -05:00
Daniel Shiffman
82c677ef33 removing comment about iterator 2013-03-06 22:57:58 -05:00
Daniel Shiffman
95abed351f remove iterator from particle system 2013-03-06 22:38:01 -05:00