Skip to content

Commit

Permalink
Update zd3d12 README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hazeycode committed May 18, 2024
1 parent 1499caf commit 4ed125d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libs/zd3d12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
- Fast mipmap generator running on the GPU
- Interop with Direct2D and DirectWrite for high-quality vector graphics and text rendering (optional)

Example programs: https://github.com/michal-z/zig-gamedev/tree/main/samples/intro
## Example applications
- https://github.com/zig-gamedev/zig-gamedev/tree/main/samples/triangle
- https://github.com/zig-gamedev/zig-gamedev/tree/main/samples/textured_quad
- https://github.com/zig-gamedev/zig-gamedev/tree/main/samples/vector_graphics_test
- https://github.com/zig-gamedev/zig-gamedev/blob/main/samples/rasterization
- https://github.com/zig-gamedev/zig-gamedev/tree/main/samples/bindless
- https://github.com/zig-gamedev/zig-gamedev/blob/main/samples/mesh_shader_test
- https://github.com/zig-gamedev/zig-gamedev/blob/main/samples/directml_convolution_test

## Getting started

Expand Down

0 comments on commit 4ed125d

Please sign in to comment.