이번엔 코딩을 통해 실제로 텍스쳐를 입혀볼 것이다. 먼저 디스크에 저장된 이미지 파일을 메인 메모리에 로드해야하는데, 처음이면서도 가장 어려운 부분이다.다행히도 이걸 손쉽게 할 수 있게 해주는 라이브러리가 있다. stb라는 라이브러리로, 헤더 파일 하나로만 이루어진 매우 가벼운 라이브러리이다.https://github.com/nothings/stb/blob/master/stb_image.h stb/stb_image.h at master · nothings/stbstb single-file public domain libraries for C/C++. Contribute to nothings/stb development by creating an account on GitHub.github.com stb_..