zgpu

git clone git://git.electrosoup.com/zgpu
Log | Files | Refs | Submodules | README

DateCommit messageAuthorFiles+-
2025-07-17 04:57Add perspective cameraChristian Ermann4+75-22
2025-07-16 02:25Add shader sandbox to develop more complex examplesChristian Ermann4+507-8
2025-07-16 02:20Add bind groupsChristian Ermann10+206-10
2025-07-16 02:14Update to wgpu-native 25.0.2.1Christian Ermann3+43-5
2025-06-09 01:39Ignore zig outputChristian Ermann1+2-0
2025-06-09 01:38Purge pre-built libraries from history and add to gitignoreChristian Ermann2+2-0
2025-06-09 01:21Add support for macOSChristian Ermann4+131-18
2025-06-09 01:18Add scripts for building and installing glfw and wgpu-nativeChristian Ermann3+19-0
2025-06-08 20:21Add glfw and wgpu-native as submodulesChristian Ermann5+25-31
2025-06-08 19:56Add vector/matrix mathChristian Ermann2+504-0
2025-06-04 03:25Move wgpu bindings into 'wgpu-bindings' moduleChristian Ermann23+361-359
2025-06-01 22:50Add shadersChristian Ermann11+608-18
2025-06-01 20:36Add instructions for updating wgpu-nativeChristian Ermann1+9-0
2025-06-01 20:30Update to wgpu-native 24.0.3.1Christian Ermann16+2819-820
2025-05-09 03:20Clear screenChristian Ermann8+185-2
2025-05-09 03:14Get and release view to current surface textureChristian Ermann4+81-1
2025-05-08 01:58Keep GLFW window open until X is clickedChristian Ermann2+38-25
2025-05-08 01:56Configure surfaceChristian Ermann3+163-1
2025-05-08 01:48Fix 'FeatureName' enum member namesChristian Ermann1+3-3
2025-04-24 01:59Get and release queueChristian Ermann3+30-6
2025-04-24 01:49Request and release DeviceChristian Ermann3+228-0
2025-04-24 01:45Add 'Callback' function to convert Zig functions into WGPU callbacksChristian Ermann3+34-15
2025-04-21 02:53Request and release AdapterChristian Ermann3+116-1
2025-04-21 02:51Extract WGPU cImports into a single fileChristian Ermann5+8-14
2025-04-21 02:43Add logging configurationChristian Ermann2+57-0
2025-04-21 02:41Add Instance configurationChristian Ermann2+60-2
2025-04-21 02:36Add GLFW client api window hintChristian Ermann2+18-0
2025-04-19 05:37Update to zig 0.15.0-dev.374+3be6809e2Christian Ermann1+3-1
2025-04-19 05:22Create and release SurfaceChristian Ermann5+239-31
2025-04-19 05:20Add glfw library and headersChristian Ermann3+7228-0
2024-10-21 23:49Create and release InstanceChristian Ermann3+53-8
2024-10-21 23:43Add wgpu-native library and headersChristian Ermann3+2398-0
2024-10-21 23:26Initialize zig projectChristian Ermann4+213-0
2024-10-21 23:22Initial commitChristian Ermann0+0-0