This is a tool for draw some 3d object.
OS: ubuntu (tested), linux (maybe).
Python: >=3.0.
These instructions will help you to run and build this project.
You need to install all library in requirements.txt and some library for opengl of ubuntu by run
chmod +x setup.sh && ./setup.sh
After install requirements you and run
python3 GUI_app.py
You can run execute file GUI_app
in dist
folder by
chmod +x GUI_app && ./GUI_app
- tkinter - The standard Python interface to the Tk GUI toolkit
- PyOpenGL - Standard OpenGL bindings for Python
- 17520941 - FanKuan44
- 17520960 - quyvsquy
- 17521055 - thanhpc2001