forked from clutter-project/mx
-
Notifications
You must be signed in to change notification settings - Fork 0
A Clutter-based toolkit
License
eliasbakken/mx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installation ============ Prerequisites for Debian Buster: apt install gnome-common gtk-doc-tools libclutter-1.0-dev libgirepository1.0-dev Configure for aarch64: ./autogen.sh --prefix=/usr --libdir=/usr/lib/aarch64-linux-gnu --enable-introspection=yes --with-winsys=wayland Configure for armhf: ./autogen.sh --prefix=/usr --libdir=/usr/lib/arm-linux-gnueabihf --enable-introspection=yes --with-winsys=wayland make make install Create Deb package ================== debuild -b -uc -us Mx Toolkit ========== Mx is a widget toolkit using Clutter that provides a set of standard interface elements, including buttons, progress bars, scroll bars and others. It also implements some standard managers. One other interesting feature is the possibility setting style properties from a CSS format file. Documentation ============= API reference is provided by gtk-doc annotations. If Mx is configured with the --enable-gtk-doc option, API reference is built in the docs/reference/libmx directory. Bugs ==== Issues and feature requests should be logged in the issue tracker at: https://github.com/clutter-project/mx/issues Mailing List ============ There is currently no dedicated mailing list for Mx, but general questions regarding Clutter can be directed to the Clutter mailing list. More information about Clutter can be found on the website: http://clutter-project.org/.
About
A Clutter-based toolkit
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 96.2%
- JavaScript 1.1%
- Makefile 1.1%
- M4 1.0%
- CSS 0.5%
- Shell 0.1%