Skip to content

kennysusanto/3D-CGA-PA

Repository files navigation

3D-CGA-PA

PA 5 : Perspective Projection

Navbar: Running the program | Development | Helpful

This program is created using python3.7

Executable file created using pyinstaller

PA 5 Report

Running the program

Steps:

  1. Download dist.rar in /dist/dist.rar
  2. Extract to desired folder
  3. Run main.exe

Development

Make sure you have Git installed.

Steps:

  1. Clone the repository using "git clone (http link)" to your desired folder.
  2. Do git pull before updating the code.
  3. Edit the code
  4. Create new branch git branch newbranch
  5. Stage git add .
  6. Commit git commit -m "message"
  7. Push git push
  8. Send pull request

Libraries:

  1. tk
  2. numpy
  3. math
  4. pyinstaller

Helpful

Pyinstaller syntax: pyinstaller main.py -F --noconsole

Pyinstaller docs: link