https://github.com/lprez/mesh-tool
Mesh viewing and transforming tool
https://github.com/lprez/mesh-tool
cplusplus cpp embedded-python graphics graphics-3d opengl python qt
Last synced: about 1 year ago
JSON representation
Mesh viewing and transforming tool
- Host: GitHub
- URL: https://github.com/lprez/mesh-tool
- Owner: lprez
- Created: 2020-09-04T21:37:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T19:12:04.000Z (over 5 years ago)
- Last Synced: 2025-01-22T15:46:46.452Z (about 1 year ago)
- Topics: cplusplus, cpp, embedded-python, graphics, graphics-3d, opengl, python, qt
- Language: C++
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
COMPILAZIONE SU LINUX (CONSIGLIATO)
Installare Qt5 e Python 3.8 dal proprio gestore di pacchetti
Creare una cartella per il build dentro la cartella del progetto
Dentro la cartella build, usare i comandi 'qmake ..' e 'make' per generare l'eseguibile
In alternativa, importare il .pro da Qt Creator e compilare
COMPILAZIONE SU WINDOWS
Installare Python 3.8 e creare una variabile d'ambiente PYTHONPATH che punta alla cartella di Python (contenente include, bin, ecc.)
Installare Qt 5.15 da https://www.qt.io/download-qt-installer, selezionando MINGW 64 tra i componenti
Cercare dentro la cartella Qt la cartella mingwxx_64\bin, e aggiungere il percorso assoluto di tale cartella alla variabile d'ambiente Path
Aprire la shell Qt MINGW appena installata ed eseguire i seguenti comandi:
qmake
mingw32-make install
Copiare poi la cartella plugins dentro la cartella con l'eseguibile (release)
In caso di problemi, creare la variabile di ambiente QT_QPA_PLATFORM_PLUGIN_PATH settandola al percorso assoluto di mingwxx_64\plugins\platform e aggiungere %PYTHONPATH% a Path