Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sodomon2/moonvnc
A simple tool to connect to VNC server
https://github.com/sodomon2/moonvnc
Last synced: about 12 hours ago
JSON representation
A simple tool to connect to VNC server
- Host: GitHub
- URL: https://github.com/sodomon2/moonvnc
- Owner: sodomon2
- Created: 2022-03-01T10:58:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T06:06:18.000Z (over 2 years ago)
- Last Synced: 2023-11-16T01:27:08.076Z (12 months ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoonVNC
MoonVNC is a simple tool to connect to VNC server## Screenshot
![screenshot](https://github.com/sodomon2/project-screenshot/blob/master/moonvnc/screenshot.png?raw=true)
## Installation
> Note: in order to install `moonvnc` you need to have [luastatic](https://github.com/ers35/luastatic) installed```
git clone https://github.com/sodomon2/moonvnc.git
make moonvnc
[sudo] make install
```## Dependencies
- [Lua](https://www.lua.org/download.html)
- [Lua-lgi](https://github.com/lgi-devs/lgi)
- [Gtk-VNC](https://gitlab.gnome.org/GNOME/gtk-vnc)