- Install bazelisk prebuilt binary as bazel https://github.com/bazelbuild/bazelisk/releases
- Run this command to check its working:
bazel run :example_glfw_opengl3
- Copy WORKSPACE and third_party/BUILD.imgui in your bazel project.
- 2023/08/23: Added GLFW+OpenGL3 example for win, osx and linux (requires
apt install libx11-dev libxi-dev libxinerama-dev libxcursor-dev
) building from the GLFW official source files. - 2023/08/22: Added win32 backends.