codeanticode
|
7c23d482b7
|
some cleaner logic to allow for #2424, which should also work when video
buffers start accumulating in the cache on slower machines.
|
2014-04-06 10:07:54 -04:00 |
|
codeanticode
|
c7c20f0183
|
getBufferPixels() removes the buffers from the cache, fixes the #2424
|
2014-04-05 00:11:34 -04:00 |
|
codeanticode
|
8cc6d3408b
|
fixes in CubeMapUtils
|
2014-03-31 15:19:24 -04:00 |
|
codeanticode
|
04205c3dea
|
fixed DomeProjection example
|
2014-03-31 10:43:07 -04:00 |
|
codeanticode
|
ef4a5089bf
|
updated conway example
|
2014-03-31 09:41:05 -04:00 |
|
codeanticode
|
b409759e9c
|
handle framebuffer set to 0
|
2014-03-12 18:24:42 -04:00 |
|
Daniel Shiffman
|
9ca18342cc
|
CA example quick fix
|
2014-02-24 18:47:01 -05:00 |
|
codeanticode
|
0cbef06a32
|
don't use peasycam in EmbedFrameTest
|
2014-01-23 16:23:51 -05:00 |
|
Ben Fry
|
859cc5e1f4
|
Merge pull request #2310 from DavidPrevot/fix-cleanup
Fix typos in the 'clean' targets of dxf and pdf.
|
2014-01-21 15:48:40 -08:00 |
|
Ben Fry
|
70c90e5c9c
|
Merge branch 'master' of github.com:processing/processing
|
2014-01-21 18:26:36 -05:00 |
|
Ben Fry
|
9ca4000356
|
remove unnecessary cast
|
2014-01-21 18:19:53 -05:00 |
|
codeanticode
|
7412bcbd88
|
cleaning up the GLW examples a bit
|
2014-01-21 17:13:11 -05:00 |
|
codeanticode
|
9714f24648
|
more work on GLW
|
2014-01-21 16:43:11 -05:00 |
|
codeanticode
|
ac617f7cb4
|
making progress with GLW library
|
2014-01-21 15:46:31 -05:00 |
|
codeanticode
|
c27d1bf72c
|
added JOGL.getGL() utility function, restore original USE_JOGL_FBOLAYER
value (true for OSX)
|
2014-01-21 15:36:12 -05:00 |
|
codeanticode
|
864281466e
|
Implemented getGL() method in PLWJGL, but LWJGL not tested after latest
changes (removal of most static fields in PGraphicsOpenGL, PGL)
|
2014-01-21 12:14:15 -05:00 |
|
codeanticode
|
71325def84
|
added EmbedFrameTest example in Demos/Test
|
2014-01-21 12:12:59 -05:00 |
|
codeanticode
|
cf8e03ff70
|
fix #2202
|
2014-01-16 18:04:15 -05:00 |
|
codeanticode
|
b57c1c489f
|
adjust stroke weight in HsvSpace example
|
2014-01-16 12:11:28 -05:00 |
|
David Prévot
|
616c3b980a
|
pdf: Fix the clean target
|
2014-01-09 19:44:39 -04:00 |
|
David Prévot
|
8fcc868767
|
dxf: Fix the clean target
|
2014-01-09 19:43:47 -04:00 |
|
Casey Reas
|
6d1df944f7
|
Merge pull request #2265 from gohai/serial-new
Some cleanups for Serial
|
2013-12-15 19:40:53 -08:00 |
|
gohai
|
5235b190c2
|
Serial: Remove debug code again
|
2013-12-15 16:02:23 -08:00 |
|
gohai
|
1c95fd341e
|
Serial: Only use workaround if we're using serialEvent
|
2013-12-15 15:55:31 -08:00 |
|
Damien Di Fede
|
bdee21eca6
|
updated minim binaries and examples for Minim release 2.2.0
|
2013-11-30 20:29:07 -06:00 |
|
Casey Reas
|
61c2bde92e
|
Merge pull request #2240 from gohai/serial-new
Serial: Only read a single character at a time to emulate RXTX behavior
|
2013-11-25 08:50:03 -08:00 |
|
gohai
|
59761b42d2
|
Serial: Only read a single character at a time to emulate RXTX behavior
|
2013-11-25 08:23:40 -08:00 |
|
Casey Reas
|
b70b922bc6
|
Merge pull request #2237 from gohai/serial-new
Add a debug() method to Serial
|
2013-11-25 06:49:18 -08:00 |
|
gohai
|
541cab2bd9
|
Add a debug() method to Serial
This commit also turns a 100ns wait inside JSSC in a yield() and removes the invocation of serialEvent outside the synchronized block.
|
2013-11-24 20:52:38 -08:00 |
|
codeanticode
|
27e05e8025
|
added getCanvas to PLWJGL
|
2013-11-23 20:26:26 -05:00 |
|
Casey Reas
|
76adf92339
|
Merge pull request #2226 from gohai/serial-new
Serial: Switch the examples over to printArray()
|
2013-11-19 19:41:08 -08:00 |
|
gohai
|
0ef72e25c9
|
Serial: Switch the examples over to printArray()
|
2013-11-19 17:22:13 -08:00 |
|
Casey Reas
|
cb293e1c7d
|
Merge pull request #2225 from gohai/serial-new
Serial: Add basic tests for throughput and latency
|
2013-11-19 16:46:33 -08:00 |
|
gohai
|
95bac1d04c
|
Serial: Add basic tests for throughput and latency
|
2013-11-19 16:37:14 -08:00 |
|
codeanticode
|
70a59ffd73
|
some ongoing work on GLW
|
2013-11-18 12:26:19 -05:00 |
|
REAS
|
7c5e3044ae
|
Various example updates
|
2013-11-05 15:59:58 -08:00 |
|
REAS
|
6f7e94a971
|
Modification to web examples
|
2013-11-04 19:38:07 -08:00 |
|
gohai
|
72ec72ae53
|
Add missing readStringUntil() method
|
2013-10-28 17:18:13 +01:00 |
|
REAS
|
76f99a232f
|
Reference changes for 2.1, new keywords.txt
|
2013-10-26 21:02:36 -07:00 |
|
REAS
|
c6b9f16c42
|
printArray() added to type examples
|
2013-10-26 10:16:12 -07:00 |
|
codeanticode
|
acaa6f50bf
|
additional resource de-allocation in dispose, this might solve #2074
|
2013-10-25 15:09:57 -04:00 |
|
codeanticode
|
38fcc65950
|
added a couple of missing GL constants
|
2013-10-25 10:53:42 -04:00 |
|
Ben Fry
|
b2bd2c4217
|
Add option to not embed the Java runtime
|
2013-10-24 21:50:51 -04:00 |
|
codeanticode
|
56317a8827
|
some edits to LowLevelGL example
|
2013-10-24 11:58:33 -04:00 |
|
codeanticode
|
91e416b28e
|
handle Camera.list() returning null
|
2013-10-24 10:19:57 -04:00 |
|
codeanticode
|
bffa0820d0
|
merged pull requests from @allesblinkt (fixes #1880 and #2157)
|
2013-10-20 15:15:20 -04:00 |
|
Ben Fry
|
d1d5b76b3c
|
new export now handles embedding the JRE on OS X
|
2013-10-19 22:57:54 -04:00 |
|
Ben Fry
|
9d0bfd3f9d
|
working on OS X export with embedded JRE
|
2013-10-19 22:24:05 -04:00 |
|
melgior
|
e208f2fec8
|
Updated Arduino example code to be Arduino 1.0+ compatible
|
2013-10-17 13:22:10 +02:00 |
|
melgior
|
f5eb74c083
|
Updated Arduino example code to be Arduino 1.0+ compatible
|
2013-10-17 13:20:53 +02:00 |
|