Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 425 Bytes

File metadata and controls

19 lines (14 loc) · 425 Bytes

Lesson 06 : Textures

Learning goals

Compilation instructions

Build from the repository root in a MinGW-w64 shell.

mkdir build
cmake -S lesson06 -B build/lesson06 -G "MinGW Makefiles"
cmake --build build/lesson06

Running the program

occ-lesson-06

If the compilation is not working or if the program shows weird behavior, please check the troubleshooting section.