Skip to content

HatsuSixty/AppDrawer

Repository files navigation

AppDrawer

A simple display server.

Quick Start

A guide on how to build and test AppDrawer.
If you want to know how to write an application for AppDrawer, read LibDraw's README.md, or an example's source code.

Building

Please not that you will need to have meson installed:

$ meson build # or add `-Draylib:platform=PLATFORM_DRM` for DRM support
$ meson compile -C build

Testing

After building AppDrawer, you can run AppDrawer & TestClient to test it:

$ ./build/AppDrawer/AppDrawer

On another terminal:

$ ./build/TestClient/TestClient

If everything works correctly, it should open a window inside AppDrawer, and close it when you click the close button.

Testing on the TTY

To run AppDrawer on a TTY, AppDrawer must've been built with -Draylib:platform=PLATFORM_DRM.

$ ./start.sh

Credits

olive.c - By Tsoding: https://github.com/tsoding/olive.c

About

A simple display server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published