wayland-d icon indicating copy to clipboard operation
wayland-d copied to clipboard

Wayland bindings for D

Results 3 wayland-d issues
Sort by recently updated
recently updated
newest added

running `dub run wayland:list_registry` leads to `core.exception.AssertError@src/dmd/toctype.d(275): Assertion failure` reported here: https://issues.dlang.org/show_bug.cgi?id=23155

`wl_shell` no longer gets registered: ``` Running examples/list_registry/wayland_list_registry registering wl_compositor registering wl_drm registering wl_shm registering wl_output registering zxdg_output_manager_v1 registering wl_data_device_manager registering zwp_primary_selection_device_manager_v1 registering gtk_primary_selection_device_manager registering wl_subcompositor registering xdg_wm_base registering zxdg_shell_v6...

So your example is a boilerplate, and an example of the library's functionality. What does a well designed compositor look like? Also, if I may, what was the motivation to...