-
-
Notifications
You must be signed in to change notification settings - Fork 297
Core Library Structure
codeanticode edited this page Jun 14, 2016
·
10 revisions
The Android core library follows very closely the structure of the Java core library. It is organized in four main packages:
- processing.core: Basic Processing classes, including PApplet, PGraphics, PImage, and PFont.
- processing.data: Data handling classes and utilities: Table, XML, JSONObject, etc.
- processing.event: All related to event handling: Event, KeyEvent, MouseEvent, and others.
- processing.opengl: The classes implementing the OpenGL renderer: PGraphicsOpenGL, PGraphics2D, PGraphics3D, PShader, PGL.
The version 4.0 of the mode introduces significant changes in the structure of the core library in order to support wallpapers, watch faces, and Cardboard apps.