File: README.md

package info (click to toggle)
uranium 5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,304 kB
  • sloc: python: 31,765; sh: 132; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Uranium
=======

Uranium is a Python framework for building 3D printing related applications.

License
------------
Uranium is released under the terms of the LGPLv3 or higher. A copy of this license should be included with the software.


Dependencies
------------
- [Qt 5](https://www.qt.io/qt5-10)
- Python 3, with the following modules
  - [PyQt5](https://www.riverbankcomputing.com/software/pyqt/download5)
  - [Numpy](https://github.com/numpy/numpy)
  - [Arcus](https://github.com/Ultimaker/libArcus)
  - [Pyclipper](https://github.com/fonttools/pyclipper)
  - [Scipy](https://github.com/scipy/scipy)