본문 바로가기

Engine Development

bgfx cmake 빌드 방법

728x90
반응형

일단

https://github.com/widberg/bgfx.cmake

 

widberg/bgfx.cmake

https://github.com/bkaradzic/bgfx.cmake. Independently maintained CMake build scripts for bgfx. Released under public domain. - widberg/bgfx.cmake

github.com

여기에서 code -> download zip으로 받음

bgfx, bimg, bx 를 똑같은 방법으로 받음

https://github.com/bkaradzic/bgfx

 

bkaradzic/bgfx

Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. - bkaradzic/bgfx

github.com

https://github.com/bkaradzic/bimg

 

bkaradzic/bimg

Image library. Contribute to bkaradzic/bimg development by creating an account on GitHub.

github.com

https://github.com/bkaradzic/bx

 

bkaradzic/bx

Base library used across multiple projects. Contribute to bkaradzic/bx development by creating an account on GitHub.

github.com

bgfx.cmake 압축을 풀고 bgfx.cmake 폴더에 bgfx, bimg, bx 압축해제

 

https://cmake.org/download/

 

Download | CMake

Current development distribution Each night binaries are created as part of the testing process. Other than passing all of the tests in CMake, this version of CMake should not be expected to work in a production environment. It is being produced so that us

cmake.org

cmake windows 64 설치

 

폴더 설정 및 빌드위치 설정
Generate -> finsih

빌드폴더에 비주얼스튜디오 프로젝트 파일 생성완료

빌드~~ ㄱㄱㄱ

728x90
반응형