Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 4.06 KB

File metadata and controls

89 lines (66 loc) · 4.06 KB

QRhi Tutorials

Tutorials for Learn OpenGL by QRhi.

Tutorials

Getting Started

Lighting

Model Loading

Advanced OpenGL

Advanced Lighting

PBR

Animation

Usage

# compilation
cd qrhi-tutorials && mkdir build && cd build

cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release

Environment

  • C++ : C++20
  • Qt : >= 6.8.0
  • CMake : >= 3.22
  • Assimp : >= 5.2.0

References