• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

acfgfs/H03-May-2022-507377

aclip/H03-May-2022-494369

adbgcapture/H18-Nov-2021-498367

adbginject/H18-Nov-2021-10470

aloadimage/H03-May-2022-16,50412,328

db/H18-Nov-2021-836674

shmmon/H03-May-2022-1,9971,494

trayicon/H18-Nov-2021-5,1654,112

vrbridge/H03-May-2022-16,44612,053

README.mdH A D18-Nov-20211.2 KiB3627

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