Skip to content

Instantly share code, notes, and snippets.

View k-bharadwaj's full-sized avatar

Karthik Bharadwaj k-bharadwaj

View GitHub Profile
@k-bharadwaj
k-bharadwaj / building-sdl3-with-bazel.md
Last active January 24, 2025 04:02
Building SDL3 (or any CMake project) with Bazel

Building SDL3 (or any CMake project) with Bazel

NOTE: Currently only tested on macOS

Pre-requisites

  • Install Homebrew
  • Install bazel via brew install bazel
  • If needed, create a project

Building SDL3