An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# graphic-learning

QT + graphic

![Example screenshot](assets/example.png)

## 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)