项目作者: kennysusanto

项目描述 :
Perspective Projection using Python
高级语言: HTML
项目地址: git://github.com/kennysusanto/3D-CGA-PA.git
创建时间: 2020-09-08T08:04:52Z
项目社区:https://github.com/kennysusanto/3D-CGA-PA

开源协议:

下载


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