A Wayland Native VNC Client
 
 
Go to file
Andri Yngvason 04659825a6 meson: Make it possible to build libvncclient as subproject 2020-11-30 21:19:10 +00:00
include pointer: Translate contiguous scroll to discrete scroll 2020-07-19 21:55:40 +00:00
protocols Create scaffolding for new vnc client project 2020-07-09 19:12:31 +00:00
src Don't set NULL encodings when -e is not set 2020-08-07 10:56:28 +00:00
.gitignore .gitignore: Add subprojects 2020-07-10 17:09:22 +00:00
.ycm_extra_conf.py Create scaffolding for new vnc client project 2020-07-09 19:12:31 +00:00
COPYING Add copyrights, readme and gitignore 2020-07-10 14:34:23 +00:00
README.md Create a nicer API around libvncclient 2020-07-11 17:54:35 +00:00
meson.build meson: Make it possible to build libvncclient as subproject 2020-11-30 21:19:10 +00:00

README.md

Wayland VNC Client

Introduction

This is a work-in-progress implementation of a Wayland native VNC client. Expect bugs and missing features.

Runtime Dependencies

  • aml
  • libvncclient
  • libwayland
  • libxkbcommon
  • pixman

Build Dependencies

  • GCC/clang
  • meson
  • ninja
  • pkg-config
  • wayland-protocols

Building & Running

git clone https://github.com/any1/aml.git
git clone https://github.com/any1/wlvncc.git

mkdir wlvncc/subprojects
cd wlvncc/subprojects
ln -s ../../aml .
cd -

meson build
ninja -C build

./build/wlvncc <address>