Repository ini berisi projek aplikasi berbasis desktop yang menerapkan beberapa metode transformasi objek 2D dasar dan mensimulasikannya dengan graphic user interface (Qt GUI).
Sebelum memulai, pastikan telah terinstall beberapa tools:
- Text editor
- Python
- PyQt5
Untuk menginstall aplikasi ini, ikuti langkah berikut:
# clone this repository
git clone https://github.com/kunkoder/polygon-transformation.git
# change working directory
cd polygon-transformationβββ grafika-komputer
β βββ icon.png
β βββ requirement.txt
β βββ transformasi.py
βββ images
β βββ 2D-transformation.png
β βββ create-polygon.png
βββ src
β βββ ...
βββ target
βββ installer
βββ PyInstaller
βββ transformasi
βββ transformasi.exe
βββ ...
Note: Instalasi ada di
target/transformasi/transformasi.exe, sedangkan source code ada digrafika-komputer/transformasi.py.

