Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.71 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.71 KB

Trying to make wgpu bindings for Lean.

Currently, you need to download the wgpu_native release from github releases and put it in a folder in the repo root. Might have to adjust wgpu_native_dir in the lakefile yourself currently.

Helpful resources for dealing with FFI (only relevant if you want to dev these bindings):

Things you need to download/install yourself

Currently, you need to download the wgpu_native release from github releases and put it in a folder in the repo root. Might have to adjust wgpu_native_dir in the lakefile yourself currently.

You need to install glfw, ideally via your system package manager.

  • macOS: brew install glfw, then brew --prefix glfw should print something like /opt/homebrew/opt/glfw.
  • Linux: (Add info here)
  • Windows: (Add info here)