WGPU bindings for Odin.
Windows x86_64 : ⚠ (Makefile is kinda broken, working on it).
MacOS x86_64 : ✅ (For M1, use Rosetta for now)
Linux : ❌ (Coming Soon)
Clone this repository :
git clone https://github.com/UsiTarek/wgpu-odin
Run 'make' or 'make setup' :
make
Test the library with an example : (Requires SDL2)
make run
You can choose which example to run with the 'example_name' argument :
make run example_name=textured_quad
You can include the package using 'import'.