Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 619 Bytes

README.md

File metadata and controls

55 lines (43 loc) · 619 Bytes

bgfx bazel

Clone and get submodules

git clone --recursive [email protected]:VertexStudio/bgfx.bazel.git

bx

bazel build //bx:bx-linux

bimg

bazel build //bimg:bimg-linux

bgfx

bazel build //bgfx:bgfx-linux

Examples

29-debugdraw

bazel build //bgfx:29-debugdraw

Tools

geometryc

bazel build //bgfx/tools/geometryc:geometryc

geometryv

bazel build //bgfx/tools/geometryv:geometryv

texturec

bazel-bin/bimg/tools/texturec/texturec

texturev

bazel build //bgfx/tools/texturev:texturev

shaderc

TODO