https://github.com/icculus/palantir
A portable VNC client built on SDL and SDL_net.
https://github.com/icculus/palantir
sdl vnc
Last synced: about 1 month ago
JSON representation
A portable VNC client built on SDL and SDL_net.
- Host: GitHub
- URL: https://github.com/icculus/palantir
- Owner: icculus
- License: other
- Created: 2021-07-11T04:44:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T21:01:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T04:41:32.134Z (3 months ago)
- Topics: sdl, vnc
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Palantir
This is Palantir, a portable VNC client. It uses the SDL and SDL_net libraries
for portable graphics, input, and network access, and has been tested on Mac
OS X, x86 Linux, and amd64 Linux.Docs are sparse right now. Source code documentation is available via Doxygen.
Type "make docs" to generate HTML technical docs.This software is released under Overcode's Source License:
```c
/*This software was written by John R. Hall ,
but it is in the public domain. I believe that free software
should be truly free and not encumbered by license hassles.
There is no warranty of any sort pertaining to this code.*/
```John Hall is not maintaining this software any more. Patches and questions can
be sent to Ryan C. Gordon: [email protected]