https://github.com/ikskuh/zvnc
VNC Server & Client Library in Zig
https://github.com/ikskuh/zvnc
Last synced: 4 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-16T09:33:57.000Z (about 1 year ago)
- Last Synced: 2025-02-02T03:21:54.893Z (5 months ago)
- Language: Zig
- Size: 28.3 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
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