andreikop/fresh
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Fresh is a library extending the Qt library by adding new classes/widgets. Library has Python bindings. It's developped by Filipe AZEVEDO (Nox P@sNox, pasnox@gmail.com) Python bindings created by Andrei KOPATS (hlamer, hlamer@tut.by) Licensed in LGPL v3 -------------------- Home Page: https://github.com/pasnox/fresh ---------- Issues Tracker: https://github.com/pasnox/fresh/issues --------------- Building library and examples WITHOUT Python support ==================================================== Dependencies: * C++ compiler (ubuntu package g++) * Qt4 library v4.7, headers and tools. (ubuntu packages qt4-qmake, libqt4-dev) Building: qmake ./fresh.pro && make Building an example (after having built the library): cd examples/cpp qmake make Running an example ./examples Building library and examples WITH Python support ================================================= Dependencies: * C++ compiler (Ubuntu package g++) * Qt4 library v4.7, headers and tools. (Ubuntu packages qt4-qmake, libqt4-dev) * PyQt4 including development files (Ubuntu packages python-qt4, python-qt4-dev) * SIP (http://www.riverbankcomputing.co.uk/software/sip/download) (Ubuntu package python-sip-dev) Building: mkdir build cd build cmake .. make all make install The last command requires root privileges Executing Python example: cd examples/python python freshexample.py
Releases
No releases published
Languages
- C++ 89.1%
- Python 5.8%
- C 2.4%
- Prolog 1.7%
- Objective-C 1.0%