Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikskuh/zvnc
VNC Server & Client Library in Zig
https://github.com/ikskuh/zvnc
Last synced: about 1 month ago
JSON representation
VNC Server & Client Library in Zig
- Host: GitHub
- URL: https://github.com/ikskuh/zvnc
- Owner: ikskuh
- License: zlib
- Created: 2024-05-04T08:39:43.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-16T09:33:57.000Z (5 months ago)
- Last Synced: 2024-06-16T10:44:59.646Z (5 months ago)
- Language: Zig
- Size: 28.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Zig VNC Library
## Status
- [x] Basic Server Library
- [ ] Basic Client Library## Usage Examples
- [Server Library](src/server-main.zig)
- [Client Library](src/client-main.zig)## Development
Zig Version: 0.11