oh yeah, that

This commit is contained in:
Ben Fry
2015-04-25 14:30:30 -04:00
parent 2288f3e488
commit bc44f2763c
+4
View File
@@ -294,6 +294,10 @@ but a few that you might be likely to run across:
+ Remove Applet as the base class.
https://github.com/processing/processing/tree/master/core
+ Replaced JOGL with LWJGL. Ongoing JOGL support is unclear and LWJGL
seems to be more consistently maintained. Unfortunately, it trades
one set of quirks for another.
+ Renamed 2x (hidpi/retina) versions of renderers to JAVA2D_2X, P3D_2X, etc.
+ add warning message when a negative textSize() is used