Downloads

Client API

The client API can be used directly from C or C++ programs to create software that interacts with Virtual Paradise servers and users in the 3D world. There are also several wrappers available to use this library from other programming environments.

Linux

Architecture Version Distribution used for build
x86_64 February 22 2026 Debian 10 Download
i686 February 22 2026 Debian 10 Download
aarch64 February 22 2026 Debian 10 Download
armhf February 22 2026 Debian 10 Download

Intentionally built on older distribution versions for maximum compatibility (should work on most systems with an equivalent or newer libc)

Windows

Architecture Date
x64 March 7 2026 Download
x86 March 7 2026 Download
ARM64 March 7 2026 Download Untested because of a lack of hardware for testing, feedback is welcome

API wrappers for other environments

If you have created a libary that you would like to see included here, please contact edwin@virtualparadise.org.

VpNet

VpNet is a VPSDK wrapper for .NET and Mono. It is officially supported and can be found on the VpNet GitHub Repository

vpsdk-python