Skip to content

Commit 9335cd3

Browse files
authored
Update README.md
Using pictures uploaded through GitHub's issue hack
1 parent de50d15 commit 9335cd3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# Interactive Graphical System
2-
1+
# Interactive Graphical System - Computer Graphics in Python
32

43
UFSC Computer Graphics (INE5420) project using [Qt for Python][PySide2].
54

5+
![2D](https://user-images.githubusercontent.com/27034173/131594230-6012ef29-01fb-44db-8ba4-2d97f00ff00d.png)
6+
![3D](https://user-images.githubusercontent.com/27034173/131594235-0bc0321c-598d-4bb9-9959-6913577005d6.png)
7+
68

79
## Installation
810

911
### Use
1012

11-
1. Download and uncompress the latest release archive.
13+
1. Download and uncompress the latest **release** archive.
1214
2. Install dependencies: `pip install -r requirements.txt --user`
1315
3. Execute the application: `python3 pycg/app.py`<br/>
1416
Note: you may optionally pass in [OBJ] files to be loaded on startup.

0 commit comments

Comments
 (0)