CLUTTER - PYTHON and JSON definition
Introduction
This web page are my personal notes about how to develop using clutter. As the web page says, "Clutter is an open source (LGPL 2.1) software library for creating fast, compelling, portable, and dynamic graphical user interfaces.".
Tutorial
- Basic stuff: just drawing.
- Interacting: detecting mouse and keyboard events.
- Animation: just a feeling about how to animate stuff.
- JSON scripting: this allows for separation between the UI and the logic.
- Managing layout: basic layout management.
JSON scripting
- Basic: basic tutorial to define UI using JSON files. This is general (not python specific).
- Layout: more complicated layouts.
Windows
- Clutter on Windows: one click installer
- Another
Future
page revision: 14, last edited: 13 Sep 2011 11:23





