COMPUTER GRAPHICS
Computer graphics course project made by C++ programe language and Graphics.h graphics library.
👀 PROJECT PREVIEW
👩💻 Our members
- Dao Le Phuong Duyen, github: github.com/duyendao-0107
- Phan Thi Tra Giang, github: github.com/River-Tea
- Nguyen Thi Que, github: github.com/NguyenThiQue
🧑🏫 Lecturer and mentor
Lecturer
MS.Dương Thanh Thao – Posts and Telecommunications Institute of Technology at Ho Chi Minh city
Mentor
Hoang Minh Tuan
- Github: github.com/minhtuan29
- Source reference: github.com/minhtuan29/computer-graphics-cs465
⚡ Skills we had learn
- Teamwork skills
- Project implementation skills
- Object-oriented programming skills
- Clean code skill
🎓 Knowledge we got through course
- Computer graphics use complex transformations to speed up drawing
- The computer screen consists of pixel points with specific coordinates on integers
- An image drawn from the combined pixel points
- In order for the image to move, we delete the old image and draw a new one continuously