An open API service indexing awesome lists of open source software.

https://github.com/hatoo/zenn-content


https://github.com/hatoo/zenn-content

Last synced: 13 days ago
JSON representation

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.

![triangle](images/triangle.png)

## raytracing-example

Vulkan Raytracing example using rust-gpu.

![weekend](images/weekend.png)

## raytracing-example-plus

Another Vulkan Raytracing example using more shaders.

![plus](images/any-hit.png)