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

JSON scripting

  • Basic: basic tutorial to define UI using JSON files. This is general (not python specific).
  • Layout: more complicated layouts.

Windows

Future