/way-z

Zig Wayland client and app toolkit

Primary LanguageZigMozilla Public License 2.0MPL-2.0

Way-Z

Native Zig Wayland client library and widget toolkit

Description

This project has a few different parts:

  • Wayland client library (in wayland/): This can be used to crate a statically linked binary capable of displaying CPU rendered graphics.
  • Widget toolkit (in toolkit/): This builds over the wayland client and povides a Data Oriented library for creating GUI apps
  • Apps (in apps/): Demo apps built using the widget toolkit

Getting Started

Dependencies

  • Zig 0.13.0

Runnig examples

  • zig build run-hello

Inspired by