Skip to content

Kiiyya/lean-wgpu

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published