Sugar Learning Environment, Activity Toolkit, GTK 3.
381ec5fbdb
Gtk 3.8 introduces the tick callback [1]. This allows widgets to be signaled before each frame, simmilar to requestAnimationFrame in the browser. This patch adds an optional widget argument to the Animator class so tick based animation can be used. This is much more efficent than using timeouts, as we get a more appropriate frame rate for the user. [1] https://developer.gnome.org/gtk3/stable/GtkWidget.html#gtk-widget-add-tick-callback |
||
---|---|---|
bin | ||
doc | ||
examples | ||
m4 | ||
po | ||
src | ||
tests | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
MAINTAINERS | ||
make-doc.sh | ||
Makefile.am | ||
README |
Sugar is the core of the OLPC Human Interface. The toolkit provides a set of widgets to build HIG compliant applications and interfaces to interact with system services like presence and the datastore.