Unity2D

Revision 5 as of 2011-02-13 23:54:29

Clear message

Unity 2D

Unity 2D's goal is to provide the Unity desktop shell on hardware platforms that cannot currently support Unity's OpenGL requirements (see Hardware Requirements for Unity for more details).

Its architecture is very close to Unity's as it only replaces the user interface elements but still shares all the same backend components. Specifically, Unity 2D replaces the panel, launcher and places components as defined in Unity's architecture overview. Moreover it does not enforce the use of Compiz as a window manager but instead uses a slightly tweaked version of Metacity.

Testing

The most current version of Unity 2D is published every day in the 'unity-2d-daily' PPA. To add it, type the following commands in a terminal:

 $ sudo add-apt-repository ppa:unity-2d-team/unity-2d-daily
 $ sudo apt-get update
 $ sudo apt-get install unity-2d

To try it out, log out and log back in choosing the "Unity 2D" session in the drop-down menu at the bottom of the login screen.

Reporting Issues

Coding