FFmpeg 3.4 Library Install on Windows이미 build된 FFmpeg을 다운받아 설치할 것이다 (shared linking library를 cross-compile하려면 source를 다운받아 직접 build해야한다) 설치 환경OS: Windows 10 x64Visual Studio Version: 2017FFmpeg Version: 3.4 x64 (2017-11-04 기준 latest version) FFmpeg 3.4 Dev 버전으로 다운로드 받았다examples/ - 예제include/ - 헤더lib/ - 라이브러리 파일 FFmpeg example을 build해보기 위해 New Project를 생성하고 config을 수정하겠다ffmpeg x64를 다운받았으므로 빌드 플랫폼..
What is the GLUS?https://www.opengl.org/sdk/libs/GLUS/The cross platform and cross Graphic Library UtilitieS (GLUS) is an open-source C library, which provides a hardware (HW) and operating system (OS) abstraction plus many functions usually needed for graphics programming using OpenGL, OpenGL ES or OpenVG.H/W와 OS를 Abstraction해준다는 것이 중요하다더 구체적으로 말하면 Windows API를 몰라도 OpenGL Window를 만들수 있다즉, 개발자가 ..