README.md
1# Tools
2
3This folder contains optional tools that extend or complement Arcan
4extending its feature-set or providing command-line wrappers for
5engine features.
6
7## Acfgfs
8This tools is built separately and provides a virtual filesystem
9for working with the format that durden (and others) provide over
10a domain socket as means of accessing configuration 'as a file'.
11It depends on FUSE3 and an OS that has an implementation for it.
12
13## Aclip
14This tool is built separately and provides clipboard integration,
15similarly to how 'xclip' works for Xorg.
16
17## Db
18This tool is already built as part of the normal engine build, and
19provides command-line access to updating database configuration.
20
21## Aloadimage
22This is a sandboxed image loader, supporting multi-process privilege
23separation, playlists and so on - similar to xloadimage.
24
25## VRbridge
26This tools aggregates samples from VR related SDKs and binds into a
27single avatar in a way that integrates with the core engine VR path.
28
29## Waybridge
30This tool act as a wayland service so that clients which speaks the
31wayland protocol can connect to an arcan instance.
32
33## Adbginject
34This tool is used as an interposition library for bootstrapping
35shmif-debugif with clients that otherwise do not use shmif.
36