File | Date | Author | Commit |
---|---|---|---|
bin | 2014-02-21 |
![]() |
[d7faed] Adding python scripts to the 'bin' directory (o... |
examples | 2014-02-20 |
![]() |
[b48a6b] Kubos Script: fixing export to STL (also adding... |
kubos | 2014-02-20 |
![]() |
[b48a6b] Kubos Script: fixing export to STL (also adding... |
.hgignore | 2013-06-05 |
![]() |
[811ba1] adding README.txt |
MANIFEST.in | 2014-01-14 |
![]() |
[92ce29] adding setup.py and manifest files |
README.rst | 2013-10-25 |
![]() |
[da8099] updating readme |
copyright | 2013-05-17 |
![]() |
[e5adb6] adding copyright file, new pythonic function: s... |
setup.py | 2014-02-04 |
![]() |
[a194fc] updating version string to "0.3a1dev" |
Kubos is a simple CAD application for Windows and Linux. It is based on OpenCASCADE, Qt and Python.
Kubos requires the following components to work:
Download and install them from the given links.
Kubos itself can be downloaded from https://sourceforge.net/projects/kubos/files/ . In order to install it extract the contents of the zip archive into a folder on your hard drive. Kubos can be started by double-clicking on the file "run_kubos_windows.bat" in the "bin" folder.
Install the package "python-qt4" from your package manager.
Download and install the following packages:
Download Kubos from https://sourceforge.net/projects/kubos/files/ and extract the contents of the zip archive into a folder on your hard drive. Kubos can be started by executing the file "run_kubos_linux.sh" in the "bin" folder.
As Debian does not have a "python2" binary one small modification is neccessary in order to avoid problems when opening multiple files: Change the first line of "kubos/__main__.pyw" from "#!/usr/bin/python2" to "#!/usr/bin/python" (drop the trailing number 2)
The required components should work on most other operating systems as well. If you can provide installation instructions for other operating systems, please share them on the Kubos discussion forums.