-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathUsers.html
611 lines (574 loc) · 29.1 KB
/
Users.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html lang="en">
<head>
<base href=".">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Users</title>
<link rel="stylesheet" href="assets/css/dark-frontend.css" type="text/css" title="dark">
<link rel="alternate stylesheet" href="assets/css/light-frontend.css" type="text/css" title="light">
<link rel="stylesheet" href="assets/css/bootstrap-toc.min.css" type="text/css">
<link rel="stylesheet" href="assets/css/jquery.mCustomScrollbar.min.css">
<link rel="stylesheet" href="assets/js/search/enable_search.css" type="text/css">
<link rel="stylesheet" href="assets/css/notes.css" type="text/css">
<link rel="stylesheet" href="assets/css/prism-tomorrow.css" type="text/css" title="dark">
<link rel="alternate stylesheet" href="assets/css/prism.css" type="text/css" title="light">
<script src="assets/js/mustache.min.js"></script>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/scrollspy.js"></script>
<script src="assets/js/typeahead.jquery.min.js"></script>
<script src="assets/js/search.js"></script>
<script src="assets/js/compare-versions.js"></script>
<script src="assets/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="assets/js/bootstrap-toc.min.js"></script>
<script src="assets/js/jquery.touchSwipe.min.js"></script>
<script src="assets/js/anchor.min.js"></script>
<script src="assets/js/tag_filtering.js"></script>
<script src="assets/js/language_switching.js"></script>
<script src="assets/js/styleswitcher.js"></script>
<script src="assets/js/lines_around_headings.js"></script>
<script src="assets/js/prism-core.js"></script>
<script src="assets/js/prism-autoloader.js"></script>
<script src="assets/js/prism_autoloader_path_override.js"></script>
<script src="assets/js/prism-keep-markup.js"></script>
<script src="assets/js/trie.js"></script>
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<link rel="shortcut icon" href="assets/images/favicon.png">
</head>
<body class="no-script
">
<script>
$('body').removeClass('no-script');
</script>
<nav class="navbar navbar-fixed-top navbar-default" id="topnav">
<div class="container-fluid">
<div class="navbar-right">
<a id="toc-toggle">
<span class="glyphicon glyphicon-menu-right"></span>
<span class="glyphicon glyphicon-menu-left"></span>
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-wrapper" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span title="light mode switch" class="glyphicon glyphicon-sunglasses pull-right" id="lightmode-icon"></span>
<form class="navbar-form pull-right" id="navbar-search-form">
<div class="form-group has-feedback">
<input type="text" class="form-control input-sm" name="search" id="sidenav-lookup-field" placeholder="search" disabled>
<span class="glyphicon glyphicon-search form-control-feedback" id="search-mgn-glass"></span>
</div>
</form>
</div>
<div class="navbar-header">
<a id="sidenav-toggle">
<span class="glyphicon glyphicon-menu-right"></span>
<span class="glyphicon glyphicon-menu-left"></span>
</a>
<a id="home-link" href="index.html" class="hotdoc-navbar-brand">
<img src="assets/images/meson_logo.png" alt="Home">
</a>
</div>
<div class="navbar-collapse collapse" id="navbar-wrapper">
<ul class="nav navbar-nav" id="menu">
<li class="dropdown">
<a class="dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Modules <span class="caret"></span>
</a>
<ul class="dropdown-menu" id="modules-menu">
<li>
<a href="CMake-module.html">CMake</a>
</li>
<li>
<a href="Cuda-module.html">CUDA</a>
</li>
<li>
<a href="Dlang-module.html">Dlang</a>
</li>
<li>
<a href="External-Project-module.html">External Project</a>
</li>
<li>
<a href="Fs-module.html">Filesystem</a>
</li>
<li>
<a href="Gnome-module.html">GNOME</a>
</li>
<li>
<a href="Hotdoc-module.html">Hotdoc</a>
</li>
<li>
<a href="i18n-module.html">i18n</a>
</li>
<li>
<a href="Icestorm-module.html">Icestorm</a>
</li>
<li>
<a href="Java-module.html">Java</a>
</li>
<li>
<a href="Keyval-module.html">Keyval</a>
</li>
<li>
<a href="Pkgconfig-module.html">Pkgconfig</a>
</li>
<li>
<a href="Python-3-module.html">Python 3</a>
</li>
<li>
<a href="Python-module.html">Python</a>
</li>
<li>
<a href="Qt4-module.html">Qt4</a>
</li>
<li>
<a href="Qt5-module.html">Qt5</a>
</li>
<li>
<a href="Qt6-module.html">Qt6</a>
</li>
<li>
<a href="Rust-module.html">Rust</a>
</li>
<li>
<a href="Simd-module.html">Simd</a>
</li>
<li>
<a href="SourceSet-module.html">SourceSet</a>
</li>
<li>
<a href="Wayland-module.html">Wayland</a>
</li>
<li>
<a href="Windows-module.html">Windows</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Quick References <span class="caret"></span>
</a>
<ul class="dropdown-menu" id="quick-refs-menu">
<li>
<a href="Reference-manual.html">Functions</a>
</li>
<li>
<a href="Build-options.html">Options</a>
</li>
<li>
<a href="Configuration.html">Configuration</a>
</li>
<li>
<a href="Dependencies.html">Dependencies</a>
</li>
<li>
<a href="Unit-tests.html">Tests</a>
</li>
<li>
<a href="Syntax.html">Syntax</a>
</li>
</ul>
</li>
</ul>
<div class="hidden-xs hidden-sm navbar-text navbar-center">
<p><b>The Meson Build System</b></p>
</div>
</div>
</div>
</nav>
<main>
<div data-extension="core" data-hotdoc-in-toplevel="True" data-hotdoc-project="Meson-documentation" data-hotdoc-ref="Users.html" class="page_container" id="page-wrapper">
<script src="assets/js/utils.js"></script>
<div class="panel panel-collapse oc-collapsed" id="sidenav" data-hotdoc-role="navigation">
<script src="assets/js/full-width.js"></script>
<div id="sitenav-wrapper">
<iframe src="hotdoc-sitemap.html" id="sitenav-frame"></iframe>
</div>
</div>
<div id="body">
<div id="main">
<div id="page-description" data-hotdoc-role="main">
<h1 id="notable-projects-using-meson">Notable projects using Meson</h1>
<p>If you're aware of a notable project that uses Meson, please
<a href="https://github.com/mesonbuild/meson/edit/master/docs/markdown/Users.md">file a pull-request</a>
for it. For other projects using Meson, you may be interested in this
<a href="https://github.com/search?q=path%3A%2F%28%5E%7C%5C%2F%29meson%5C.build%24%2F&type=code">GitHub search</a>.
Some additional projects are listed in the <a href="https://github.com/topics/meson"><code>meson</code> GitHub
topic</a>.</p>
<ul>
<li>
<a href="https://github.com/plibither8/2048.cpp">2048.cpp</a>, a fully featured terminal version of the game "2048" written in C++</li>
<li>
<a href="https://github.com/theimpossibleastronaut/aawordsearch">aawordsearch</a>, generate wordsearch puzzles using random words in different languages</li>
<li>
<a href="https://github.com/AdwCustomizerTeam/AdwCustomizer">Adwaita Manager</a>, change the look of Adwaita, with ease</li>
<li>
<a href="https://github.com/AravisProject/aravis">Aravis</a>, a glib/gobject based library for video acquisition using Genicam cameras</li>
<li>
<a href="https://github.com/akiraux/Akira">Akira</a>, a native Linux app for UI and UX design built in Vala and Gtk</li>
<li>
<a href="https://github.com/tobimensch/aqemu">AQEMU</a>, a Qt GUI for QEMU virtual machines, since version 0.9.3</li>
<li><a href="https://github.com/jpakkane/mesonarduino">Arduino sample project</a></li>
<li>
<a href="https://github.com/lhmouse/asteria">Asteria</a>, another scripting language</li>
<li>
<a href="https://github.com/audacious-media-player">Audacious</a>, a lightweight and versatile audio player</li>
<li>
<a href="https://gitlab.freedesktop.org/bolt/bolt">bolt</a>, userspace daemon to enable security levels for Thunderbolt™ 3 on Linux</li>
<li>
<a href="https://github.com/dcantrell/bsdutils">bsdutils</a>, alternative to GNU coreutils using software from FreeBSD</li>
<li>
<a href="https://github.com/containers/bubblewrap">Bubblewrap</a>, unprivileged sandboxing tool</li>
<li>
<a href="https://github.com/budgie-desktop/budgie-desktop">Budgie Desktop</a>, a desktop environment built on GNOME technologies</li>
<li>
<a href="https://gitlab.com/federicomenaquintero/bzip2">Bzip2</a>, the bzip2 compressor/decompressor</li>
<li>
<a href="https://github.com/Hjdskes/cage">Cage</a>, a Wayland kiosk</li>
<li>
<a href="https://github.com/andy5995/canfigger">canfigger</a>, simple configuration file parser library</li>
<li>
<a href="https://github.com/systemd/casync">casync</a>, Content-Addressable Data Synchronization Tool</li>
<li>
<a href="https://github.com/recp/cglm">cglm</a>, a highly optimized graphics math library for C</li>
<li>
<a href="https://github.com/linuxmint/cinnamon-desktop">cinnamon-desktop</a>, the cinnamon desktop library</li>
<li>
<a href="https://github.com/geigi/cozy">Cozy</a>, a modern audio book player for Linux and macOS using GTK+ 3</li>
<li>
<a href="https://github.com/Snaipe/Criterion">Criterion</a>, extensible cross-platform C and C++ unit testing framework</li>
<li>
<a href="https://code.videolan.org/videolan/dav1d">dav1d</a>, an AV1 decoder</li>
<li>
<a href="https://github.com/bus1/dbus-broker">dbus-broker</a>, Linux D-Bus Message Broker</li>
<li>
<a href="https://github.com/dosbox-staging/dosbox-staging">DOSBox Staging</a>, DOS/x86 emulator</li>
<li>
<a href="http://dpdk.org/browse/dpdk">DPDK</a>, Data Plane Development Kit, a set of libraries and drivers for fast packet processing</li>
<li>
<a href="https://github.com/doitsujin/dxvk">DXVK</a>, a Vulkan-based Direct3D 11 implementation for Linux using Wine</li>
<li>
<a href="https://www.enlightenment.org/about-efl">EFL</a>, multiplatform set of libraries, used by the Enlightenment windows manager and other projects</li>
<li>
<a href="https://www.enlightenment.org/">Enlightenment</a>, windows manager, compositor and minimal desktop for Linux</li>
<li>
<a href="https://github.com/elementary/">elementary OS</a>, Linux desktop oriented distribution</li>
<li>
<a href="https://github.com/ebassi/emeus">Emeus</a>, constraint based layout manager for GTK+</li>
<li>
<a href="https://entangle-photo.org/">Entangle</a>, tethered camera control and capture desktop application</li>
<li>
<a href="https://github.com/trilader/arduino-esp8266-meson">ESP8266 Arduino sample project</a>, sample project for using the ESP8266 Arduino port with Meson</li>
<li>
<a href="https://github.com/jangernert/FeedReader">FeedReader</a>, a modern desktop application designed to complement existing web-based RSS accounts</li>
<li>
<a href="https://github.com/SanderMertens/flecs">Flecs</a>, a Fast and Lightweight ECS (Entity Component System) C library</li>
<li>
<a href="https://github.com/johnfactotum/foliate">Foliate</a>, a simple and modern GTK eBook reader, built with GJS and Epub.js</li>
<li>
<a href="https://wiki.gnome.org/Apps/Fractal/">Fractal</a>, a Matrix messaging client for GNOME</li>
<li>
<a href="https://github.com/frida/frida-core">Frida</a>, a dynamic binary instrumentation toolkit</li>
<li>
<a href="https://github.com/hughsie/fwupd">fwupd</a>, a simple daemon to allow session software to update firmware</li>
<li>
<a href="https://github.com/FeralInteractive/gamemode">GameMode</a>, a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS</li>
<li>
<a href="https://wiki.gnome.org/Apps/Geary">Geary</a>, an email application built around conversations, for the GNOME 3 desktop</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/gimp">GIMP</a>, an image manipulation program (master branch)</li>
<li>
<a href="https://git-scm.com/">Git</a>, <a href="https://github.com/git/git/commit/e83c5163316f89bfbde7d9ab23ca2e25604af290">"the information manager from hell"</a>
</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/glib">GLib</a>, cross-platform C library used by GTK+ and GStreamer</li>
<li>
<a href="https://github.com/angt/glorytun">Glorytun</a>, a multipath UDP tunnel</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/gnome-boxes">GNOME Boxes</a>, a GNOME hypervisor</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/gnome-builder">GNOME Builder</a>, an IDE for the GNOME platform</li>
<li>
<a href="https://github.com/gnome-mpv/gnome-mpv">GNOME MPV</a>, GNOME frontend to the mpv video player</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/recipes">GNOME Recipes</a>, application for cooking recipes</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/gnome-software">GNOME Software</a>, an app store for GNOME</li>
<li>
<a href="https://github.com/vinszent/gnome-twitch">GNOME Twitch</a>, an app for viewing Twitch streams on GNOME desktop</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/gnome-usage">GNOME Usage</a>, a GNOME application for visualizing system resources</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/epiphany">GNOME Web</a>, a browser for a simple, clean, beautiful view of the web</li>
<li>
<a href="https://github.com/fribidi/fribidi">GNU FriBidi</a>, the open source implementation of the Unicode Bidirectional Algorithm</li>
<li>
<a href="https://ebassi.github.io/graphene/">Graphene</a>, a thin type library for graphics</li>
<li>
<a href="https://git.gnome.org/browse/grilo">Grilo</a> and <a href="https://git.gnome.org/browse/grilo-plugins">Grilo plugins</a>, the Grilo multimedia framework</li>
<li>
<a href="https://gitlab.freedesktop.org/gstreamer/gstreamer">GStreamer</a>, multimedia framework</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/gtk">GTK+</a>, the multi-platform toolkit used by GNOME</li>
<li>
<a href="https://gitlab.com/csoriano/GtkDApp">GtkDApp</a>, an application template for developing Flatpak apps with Gtk+ and D</li>
<li>
<a href="https://git.gnome.org/browse/gvfs/">GVfs</a>, a userspace virtual filesystem designed to work with the I/O abstraction of GIO</li>
<li>
<a href="https://github.com/bil-elmoussaoui/Hardcode-Tray">Hardcode-Tray</a>, fixes hardcoded tray icons in Linux</li>
<li>
<a href="https://github.com/harfbuzz/harfbuzz">HarfBuzz</a>, a text shaping engine</li>
<li>
<a href="http://helenos.org">HelenOS</a>, a portable microkernel-based multiserver operating system</li>
<li>
<a href="https://github.com/hexchat/hexchat">HexChat</a>, a cross-platform IRC client in C</li>
<li>
<a href="https://gitlab.freedesktop.org/drm/igt-gpu-tools">IGT</a>, Linux kernel graphics driver test suite</li>
<li>
<a href="https://i3wm.org">i3</a>, improved tiling window manager</li>
<li>
<a href="https://github.com/benhoyt/inih">inih</a> (INI Not Invented Here), a small and simple .INI file parser written in C</li>
<li>
<a href="https://github.com/irssi/irssi">Irssi</a>, a terminal chat client in C</li>
<li>
<a href="https://github.com/tbodt/ish">iSH</a>, Linux shell for iOS</li>
<li>
<a href="https://github.com/janet-lang/janet">Janet</a>, a functional and imperative programming language and bytecode interpreter</li>
<li>
<a href="https://github.com/nlohmann/json">json</a>, JSON for Modern C++</li>
<li>
<a href="https://github.com/open-source-parsers/jsoncpp">JsonCpp</a>, a C++ library for interacting with JSON</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/json-glib">Json-glib</a>, GLib-based JSON manipulation library</li>
<li><a href="https://github.com/kiwix/kiwix-lib">Kiwix libraries</a></li>
<li>
<a href="https://gitlab.labs.nic.cz/knot/knot-resolver">Knot Resolver</a>, Full caching DNS resolver implementation</li>
<li>
<a href="https://github.com/att/ast">Ksh</a>, a Korn Shell</li>
<li>
<a href="https://github.com/LeelaChessZero/lc0">Lc0</a>, LeelaChessZero is a UCI-compliant chess engine designed to play chess via neural network</li>
<li>
<a href="https://github.com/kirushyk/le">Le</a>, machine learning framework</li>
<li>
<a href="https://git.linuxtv.org/libcamera.git/">libcamera</a>, a library to handle complex cameras on Linux, ChromeOS and Android</li>
<li>
<a href="https://gitlab.freedesktop.org/mesa/drm">Libdrm</a>, a library for abstracting DRM kernel interfaces</li>
<li>
<a href="https://www.prevanders.net/dwarf.html">libdwarf</a>, a multiplatform DWARF parser library</li>
<li>
<a href="https://github.com/openSUSE/libeconf">libeconf</a>, Enhanced config file parsing library, which merges config files placed in several locations into one</li>
<li>
<a href="https://github.com/anholt/libepoxy/">Libepoxy</a>, a library for handling OpenGL function pointer management</li>
<li>
<a href="https://github.com/libfuse/libfuse">libfuse</a>, the reference implementation of the Linux FUSE (Filesystem in Userspace) interface</li>
<li>
<a href="https://git.gnome.org/browse/libgit2-glib">Libgit2-glib</a>, a GLib wrapper for libgit2</li>
<li>
<a href="https://gitlab.freedesktop.org/glvnd/libglvnd">libglvnd</a>, Vendor neutral OpenGL dispatch library for Unix-like OSes</li>
<li>
<a href="https://git.gnome.org/browse/libhttpseverywhere">Libhttpseverywhere</a>, a library to enable httpseverywhere on any desktop app</li>
<li>
<a href="https://github.com/fedora-modularity/libmodulemd">libmodulemd</a>, a GObject Introspected library for managing <a href="https://getfedora.org/">Fedora Project</a> module metadata</li>
<li>
<a href="https://github.com/Framstag/libosmscout">Libosmscout</a>, a C++ library for offline map rendering, routing and location
lookup based on OpenStreetMap data</li>
<li>
<a href="https://github.com/libratbag/libratbag">libratbag</a>, provides a DBus daemon to configure input devices, mainly gaming mice</li>
<li>
<a href="https://github.com/randy408/libspng">libspng</a>, a C library for reading and writing Portable Network Graphics (PNG)
format files</li>
<li>
<a href="https://github.com/cisco/libsrtp">libSRTP</a> (from Cisco Systems), a library for SRTP (Secure Realtime Transport Protocol)</li>
<li>
<a href="https://github.com/andlabs/libui">libui</a>, a simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports</li>
<li>
<a href="https://github.com/intel/libva">Libva</a>, an implementation for the VA (VIdeo Acceleration) API</li>
<li>
<a href="https://github.com/libvips/libvips">libvips</a>, a fast image processing library with low memory needs</li>
<li>
<a href="https://libvirt.org">Libvirt</a>, a toolkit to manage virtualization platforms</li>
<li>
<a href="https://github.com/openzim/libzim">Libzim</a>, the reference implementation for the ZIM file format</li>
<li>
<a href="https://github.com/linux-pam/linux-pam">Linux PAM</a>, The Pluggable Authentication Modules project for Linux</li>
<li>
<a href="https://github.com/lxc/lxc">LXC</a>, Linux container runtime</li>
<li>
<a href="https://github.com/fabiocolacio/Marker">Marker</a>, a GTK-3 markdown editor</li>
<li>
<a href="https://github.com/lhmouse/mcfgthread">mcfgthread</a>, cornerstone library for C++11 threading on mingw-w64</li>
<li>
<a href="https://mesa3d.org/">Mesa</a>, an open source graphics driver project</li>
<li>
<a href="https://github.com/richgel999/miniz">Miniz</a>, a zlib replacement library</li>
<li>
<a href="https://github.com/albfan/miraclecast">MiracleCast</a>, connect external monitors to your system via WiFi-Display specification aka Miracast</li>
<li>
<a href="https://github.com/mpv-player/mpv">mpv</a>, a free, open source, and cross-platform media player</li>
<li>
<a href="https://github.com/emersion/mrsh">mrsh</a>, a minimal POSIX shell</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/nautilus">Nautilus</a>, the GNOME file manager</li>
<li>
<a href="https://github.com/linuxmint/nemo">Nemo</a>, the file manager for the Cinnamon desktop environment</li>
<li>
<a href="https://netatalk.io/">netatalk</a>, a free and open source AFP file server for Mac and Apple II</li>
<li>
<a href="https://github.com/netpanzer/netpanzer">NetPanzer</a>, a 2D online multiplayer tactical warfare game designed for fast action combat</li>
<li>
<a href="https://numpy.org/">NumPy</a>, a Python package for scientific computing</li>
<li>
<a href="https://github.com/linux-nvme/nvme-cli">nvme-cli</a>, NVMe management command line interface</li>
<li>
<a href="https://github.com/facebookincubator/oomd">oomd</a>, a userspace Out-Of-Memory (OOM) killer for Linux systems</li>
<li>
<a href="https://github.com/cisco/openh264">OpenH264</a>, open source H.264 codec</li>
<li>
<a href="https://github.com/OpenHMD/OpenHMD">OpenHMD</a>, a free and open source API and drivers for immersive technology, such as head mounted displays with built in head tracking</li>
<li>
<a href="https://github.com/OpenRC/openrc">OpenRC</a>, an init system for Unix-like operating systems</li>
<li>
<a href="https://github.com/lowRISC/opentitan">OpenTitan</a>, an open source silicon Root of Trust (RoT) project</li>
<li>
<a href="https://gitlab.freedesktop.org/gstreamer/orc">Orc</a>, the Optimized Inner Loop Runtime Compiler</li>
<li>
<a href="https://github.com/khaledhosny/ots">OTS</a>, the OpenType Sanitizer, parses and serializes OpenType files (OTF, TTF) and WOFF and WOFF2 font files, validating and sanitizing them as it goes. Used by Chromium and Firefox</li>
<li>
<a href="https://github.com/kerolasa/outlier">Outlier</a>, a small Hello World style Meson example project</li>
<li>
<a href="https://github.com/p11-glue/p11-kit">p11-kit</a>, PKCS#11 module aggregator</li>
<li>
<a href="https://gitlab.archlinux.org/pacman/pacman.git">Pacman</a>, a package manager for Arch Linux</li>
<li>
<a href="https://git.gnome.org/browse/pango/">Pango</a>, an Internationalized text layout and rendering library</li>
<li>
<a href="https://github.com/jpakkane/parzip">Parzip</a>, a multithreaded reimplementation of Zip</li>
<li>
<a href="https://github.com/phw/peek">Peek</a>, simple animated GIF screen recorder with an easy to use interface</li>
<li>
<a href="https://github.com/keith-packard/picolibc">PicoLibc</a>, a standard C library for small embedded systems with limited RAM</li>
<li>
<a href="https://github.com/PipeWire/pipewire">PipeWire</a>, a framework for video and audio for containerized applications</li>
<li>
<a href="https://github.com/pistacheio/pistache">Pistache</a>, a high performance REST toolkit written in C++</li>
<li>
<a href="https://github.com/pithos/pithos">Pithos</a>, a Pandora Radio client</li>
<li>
<a href="https://github.com/pitivi/pitivi/">Pitivi</a>, a nonlinear video editor</li>
<li>
<a href="https://github.com/alainm23/planner">Planner</a>, task manager with Todoist support designed for GNU/Linux</li>
<li>
<a href="https://github.com/acrisci/playerctl">Playerctl</a>, mpris command-line controller and library for spotify, vlc, audacious, bmp, cmus, and others</li>
<li>
<a href="https://gitlab.gnome.org/GNOME/polari">Polari</a>, an IRC client</li>
<li>
<a href="https://www.postgresql.org/">PostgreSQL</a>, an advanced open source relational database</li>
<li>
<a href="https://github.com/bonzini/qboot">qboot</a>, a minimal x86 firmware for booting Linux kernels</li>
<li>
<a href="https://qemu.org">QEMU</a>, a processor emulator and virtualizer</li>
<li>
<a href="https://github.com/radare/radare2">radare2</a>, unix-like reverse engineering framework and commandline tools (not the default)</li>
<li>
<a href="https://github.com/nvinson/refivar">refivar</a>, A reimplementation of efivar in Rust</li>
<li>
<a href="https://rizin.re">Rizin</a>, Free and Open Source Reverse Engineering Framework</li>
<li>
<a href="https://theimpossibleastronaut.com/rmw-website/">rmw</a>, safe-remove utility for the command line</li>
<li>
<a href="https://gitlab.com/rxdock/rxdock">RxDock</a>, a protein-ligand docking software designed for high throughput virtual screening (fork of rDock)</li>
<li>
<a href="https://scipy.org/">SciPy</a>, an open-source software for mathematics, science, and engineering</li>
<li>
<a href="https://github.com/Genymobile/scrcpy">scrcpy</a>, a cross platform application that provides display and control of Android devices connected on USB or over TCP/IP</li>
<li>
<a href="https://github.com/Alecaddd/sequeler">Sequeler</a>, a friendly SQL client for Linux, built with Vala and Gtk</li>
<li>
<a href="https://gitlab.com/free-astro/siril">Siril</a>, an image processing software for amateur astronomy</li>
<li>
<a href="https://github.com/jaos/slapt-get">slapt-get</a>, an APT like system for Slackware package management</li>
<li>
<a href="https://github.com/xou816/spot">Spot</a>, Rust based Spotify client for the GNOME desktop</li>
<li>
<a href="https://github.com/libfuse/sshfs">SSHFS</a>, allows you to mount a remote filesystem using SFTP</li>
<li>
<a href="https://github.com/swaywm/sway">sway</a>, i3-compatible Wayland compositor</li>
<li>
<a href="https://git.gnome.org/browse/sysprof">Sysprof</a>, a profiling tool</li>
<li>
<a href="https://github.com/systemd/systemd">systemd</a>, the init system</li>
<li>
<a href="https://github.com/dimkr/szl">szl</a>, a lightweight, embeddable scripting language</li>
<li>
<a href="https://taisei-project.org/">Taisei Project</a>, an open-source Touhou Project clone and fangame</li>
<li>
<a href="https://github.com/billiob/terminology">Terminology</a>, a terminal emulator based on the Enlightenment Foundation Libraries</li>
<li>
<a href="https://www.thorvg.org/">ThorVG</a>, vector-based scenes and animations library</li>
<li>
<a href="https://github.com/gnunn1/tilix">Tilix</a>, a tiling terminal emulator for Linux using GTK+ 3</li>
<li>
<a href="https://github.com/tizonia/tizonia-openmax-il">Tizonia</a>, a command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, TuneIn, Plex servers and Chromecast devices</li>
<li>
<a href="https://github.com/fossillogic">Fossil Logic</a>, Fossil Logic is a cutting-edge software development company specializing in C/C++, Python, programming, Android development using Kotlin, and SQL solutions</li>
<li>
<a href="https://github.com/mateus558/UFJF-Machine-Learning-Toolkit">UFJF-MLTK</a>, A C++ cross-platform framework for machine learning algorithms development and testing</li>
<li>
<a href="https://github.com/benwaffle/vala-language-server">Vala Language Server</a>, code intelligence engine for the Vala and Genie programming languages</li>
<li>
<a href="https://github.com/valum-framework/valum">Valum</a>, a micro web framework written in Vala</li>
<li>
<a href="https://github.com/naxuroqa/Venom">Venom</a>, a modern Tox client for the GNU/Linux desktop</li>
<li>
<a href="https://github.com/Novum/vkQuake">vkQuake</a>, a port of id Software's Quake using Vulkan instead of OpenGL for rendering</li>
<li>
<a href="https://github.com/Netflix/vmaf">VMAF</a> (by Netflix), a perceptual video quality assessment based on multi-method fusion</li>
<li>
<a href="https://gitlab.freedesktop.org/wayland/wayland">Wayland</a> and <a href="https://gitlab.freedesktop.org/wayland/weston">Weston</a>, a next generation display server</li>
<li>
<a href="https://gitlab.freedesktop.org/wlroots/wlroots">wlroots</a>, a modular Wayland compositor library</li>
<li>
<a href="https://github.com/eyelash/xi-gtk">xi-gtk</a>, a GTK+ front-end for the Xi editor</li>
<li>
<a href="https://gitlab.freedesktop.org/xorg/xserver">Xorg</a>, the X.org display server (not the default yet)</li>
<li>
<a href="https://gitlab.freedesktop.org/xorg/test/xts">X Test Suite</a>, The X.org test suite</li>
<li>
<a href="https://github.com/pwmt/zathura">zathura</a>, a highly customizable and functional document viewer based on the
girara user interface library and several document libraries</li>
<li>
<a href="https://git.sr.ht/%7Ealextee/zrythm">Zrythm</a>, a cross-platform digital audio workstation written in C using GTK4</li>
<li>
<a href="https://github.com/facebook/zstd/commit/4dca56ed832c6a88108a2484a8f8ff63d8d76d91">ZStandard</a>, a compression algorithm developed at Facebook (not used by default)</li>
</ul>
<p>Note that a more up-to-date list of GNOME projects that use Meson can
be found
<a href="https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting">here</a>.</p>
</div>
</div>
<div id="search_results">
<p>The results of the search are</p>
</div>
<div id="footer">
<hr>
<div class="license-description">
Website licensing information are available on the <a href="legal.html">Legal</a> page.
</div>
</div>
</div>
<div id="toc-column">
<div class="edit-button">
<a href="https://github.com/mesonbuild/meson/edit/master/docs/markdown/Users.md" data-hotdoc-role="edit-button">Edit on GitHub</a>
</div>
<div id="toc-wrapper">
<nav id="toc"></nav>
</div>
</div>
</div>
</main>
<script src="assets/js/navbar_offset_scroller.js"></script>
</body>
</html>