Revision: 1192
Author:   heuermh
Date:     Tue Sep  4 14:13:01 2012
Log:      adding placeholder core-* modules
http://code.google.com/p/piccolo2d/source/detail?r=1192

Added:
 /piccolo2d.java/branches/4.0-spike/core-android
 /piccolo2d.java/branches/4.0-spike/core-android/v4-readme.txt
 /piccolo2d.java/branches/4.0-spike/core-java2d
 /piccolo2d.java/branches/4.0-spike/core-java2d/v4-readme.txt
 /piccolo2d.java/branches/4.0-spike/core-java2d-swing
 /piccolo2d.java/branches/4.0-spike/core-java2d-swing/v4-readme.txt
 /piccolo2d.java/branches/4.0-spike/core-processing
 /piccolo2d.java/branches/4.0-spike/core-processing/v4-readme.txt

=======================================
--- /dev/null
+++ /piccolo2d.java/branches/4.0-spike/core-android/v4-readme.txt Tue Sep 4 14:13:01 2012
@@ -0,0 +1,3 @@
+core-android
+
+core implementation based on Android APIs
=======================================
--- /dev/null
+++ /piccolo2d.java/branches/4.0-spike/core-java2d/v4-readme.txt Tue Sep 4 14:13:01 2012
@@ -0,0 +1,5 @@
+core-java2d module
+
+core implementation based on Java2D
+no dependencies on java.awt.Component hierarchy, java.awt.event.* or javax.swing.* allowed
+  what about java.awt.Color?  Font, Paint, Stroke, RenderingHints, etc.
=======================================
--- /dev/null
+++ /piccolo2d.java/branches/4.0-spike/core-java2d-swing/v4-readme.txt Tue Sep 4 14:13:01 2012
@@ -0,0 +1,3 @@
+core-java2d-swing module
+
+core implementation based on Java2D + Swing
=======================================
--- /dev/null
+++ /piccolo2d.java/branches/4.0-spike/core-processing/v4-readme.txt Tue Sep 4 14:13:01 2012
@@ -0,0 +1,6 @@
+core-processing
+
+core implementation based on Processing
+use Processing color, font, matrix, event handling APIs
+should support all the different Processing rendering modes (JAVA2D, P2D, P3D, OPENGL, ...) +no dependencies on java.awt.Component hierarchy, java.awt.event.* or javax.swing.* allowed

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to