diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-03-29 15:03:43 -0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-04-26 17:56:33 +0300 |
commit | b371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f (patch) | |
tree | 6e1a3c34b1a85479d3b9f42ccd071096e637929b /docs/markdown/Users.md | |
parent | 7dc747ea54480c452b913e4bfe682ec67061c9bf (diff) | |
download | meson-b371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f.zip meson-b371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f.tar.gz meson-b371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f.tar.bz2 |
docs: Import the website and wiki and build with hotdoc
This allows us to more easily have the documentation in sync with
the source code as people will have to document new features etc
right at the time where they implement it.
Diffstat (limited to 'docs/markdown/Users.md')
-rw-r--r-- | docs/markdown/Users.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md new file mode 100644 index 0000000..1796c7c --- /dev/null +++ b/docs/markdown/Users.md @@ -0,0 +1,36 @@ +--- +title: Users +... + +# List of projects using Meson + +If you have a project that uses Meson that you want to add to this list, let us know and we'll add it. + + - [AQEMU](https://github.com/tobimensch/aqemu), a Qt GUI for QEMU virtual machines, since version 0.9.3 + - [Arduino sample project](https://github.com/jpakkane/mesonarduino) + - [Emeus](https://github.com/ebassi/emeus), Constraint based layout manager for Gtk + - [GLib](https://github.com/centricular/glib/), cross-platform C library used by GTK+ (not merged yet) + - [Gnome Builder](https://git.gnome.org/browse/gnome-builder/), an IDE for the Gnome platform + - [Gnome MPV](https://github.com/gnome-mpv/gnome-mpv), Gnome frontend to the mpv video player + - [Gnome Recipes](https://github.com/matthiasclasen/gr), application for cooking recipes + - [Gnome Software](https://git.gnome.org//browse/gnome-software), an app store for Gnome + - [Gnome Twitch](https://github.com/vinszent/gnome-twitch), an app for viewing Twitch streams on Gnome desktop + - [Graphene](http://ebassi.github.io/graphene/), a thin type library for graphics + - [Grilo](https://mail.gnome.org/archives/grilo-list/2017-February/msg00000.html) and [Grilo plugins](https://git.gnome.org/browse/grilo-plugins/commit/?id=ea047c4fb63e90268eb795ed91a09a2be5068a4c), the Grilo multimedia framework + - [GStreamer](https://cgit.freedesktop.org/gstreamer/gstreamer/), multimedia framework (not the default yet) + - [GTK+](https://git.gnome.org/browse/gtk+/log/?h=wip/meson), the multi-platform toolkit used by GNOME (not merged yet) + - [Json-glib](https://git.gnome.org/browse/json-glib), GLib-based JSON manipulation library + - [Libepoxy](https://github.com/anholt/libepoxy/), a library for handling OpenGL function pointer management + - [Libgit2-glib](https://git.gnome.org/browse/libgit2-glib/), a GLib wrapper for libgit2 + - [Libhttpseverywhere](https://github.com/grindhold/libhttpseverywhere), a library to enable httpseverywhere on any desktop app + - [Lightdm-Webkit2-Greeter](https://github.com/Antergos/lightdm-webkit2-greeter) + - [Kiwix libraries](https://github.com/kiwix/kiwix-lib) + - [Nautilus](https://git.gnome.org/browse/nautilus/commit/?id=ed5652c89ac0654df2e82b54b00b27d51c825465) the Gnome file manager + - [Parzip](https://github.com/jpakkane/parzip), a multithreaded reimplementation of Zip + - [Pitivi](http://pitivi.org/), a nonlinear video editor + - [Polari](https://git.gnome.org/browse/polari), an IRC client + - [Sysprof](https://wiki.gnome.org/Apps/Sysprof), a profiling tool + - [systemd](https://github.com/systemd/systemd/pull/5704), the init system (not merged yet) + - [Valum](https://github.com/valum-framework/valum), a micro web framework written in Vala + - [Wayland and Weston](https://lists.freedesktop.org/archives/wayland-devel/2016-November/031984.html), a next generation display server (not merged yet) + - [ZStandard](https://github.com/facebook/zstd/commit/4dca56ed832c6a88108a2484a8f8ff63d8d76d91) a compression algorithm developed at Facebook (not used by default) |