https://github.com/ejunjsh/graphic-learning
computer graphics learning from scratch (example with c++ and qt)
https://github.com/ejunjsh/graphic-learning
cpp graphics
Last synced: about 1 month ago
JSON representation
computer graphics learning from scratch (example with c++ and qt)
- Host: GitHub
- URL: https://github.com/ejunjsh/graphic-learning
- Owner: ejunjsh
- License: mit
- Created: 2025-02-22T08:59:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-07T05:09:23.000Z (5 months ago)
- Last Synced: 2026-02-07T15:46:33.442Z (5 months ago)
- Topics: cpp, graphics
- Language: C++
- Homepage:
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphic-learning
QT + graphic

## precodition
get qt
````
brew install qt
````
## build
````
mkdir build
cd build
qmake ..
make
````
## run
````
cd build
./graphic-learning
````
## reference
[计算机图形学入门:3D渲染指南](https://www.epubit.com/bookDetails?id=UB7d4a10dcb252b)