https://github.com/hatoo/zenn-content
https://github.com/hatoo/zenn-content
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hatoo/zenn-content
- Owner: hatoo
- Created: 2021-11-13T06:28:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T09:43:41.000Z (about 2 months ago)
- Last Synced: 2025-03-26T14:55:59.249Z (about 1 month ago)
- Language: Rust
- Homepage: https://zenn.dev/hatoo
- Size: 7.52 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zenn CLI
* [📘 How to use](https://zenn.dev/zenn/articles/zenn-cli-guide)
# Example codes
## rasterization-example
Simple example using rust-gpu to render a triangle.

## raytracing-example
Vulkan Raytracing example using rust-gpu.

## raytracing-example-plus
Another Vulkan Raytracing example using more shaders.
