Getting started
K-3D is written in C++ with platform independence in mind. As a result, K-3D is available for GNU/Linux, MacOS X, FreeBSD, Microsoft Windows, and others.
You can either download a binary package for the system of your choice or build K-3D from sources.
Packages for common Linux distributions can be installed using the system specific package managers.
Windows | Download 0.8.0.1 |
Mac OS X 10.5 | Download 0.8.0.1 |
Debian / Ubuntu | $ apt-get install k3d |
Fedora | $ yum install k3d |
Gentoo | $ emerge k3d |
FreeBSD | $ pkg_add -r k3d |
Source Code | Download 0.8.0.1 Build Instructions |