https://github.com/hatoo/zenn-content
https://github.com/hatoo/zenn-content
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hatoo/zenn-content
- Owner: hatoo
- Created: 2021-11-13T06:28:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-19T06:23:38.000Z (12 months ago)
- Last Synced: 2025-07-19T11:19:55.829Z (12 months ago)
- Language: Rust
- Homepage: https://zenn.dev/hatoo
- Size: 7.53 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.
