wyzoid

Crates.iowyzoid
lib.rswyzoid
version0.1.2
sourcesrc
created_at2019-08-14 13:46:15.999805
updated_at2019-08-28 14:21:12.838126
descriptionWyzoid is a small framework made to easily experiment with compute shader / GPGPU.
homepage
repositoryhttps://github.com/maeln/wyzoid
max_upload_size
id156765
size1,509,728
Maël Naccache Tüfekçi (maeln)

documentation

README

Wyzoid 🧶

Crates.io Build Status

Wyzoid is a small framework made to easily experiment with compute shader / GPGPU using Vulkan (via ash).

Examples

The project include 3 examples:

  1. "basic": Execute one shader on one buffer
    • cargo run --example basic
  2. "multiplebuffer": Execute one shader on two buffer
    • cargo run --example multiplebuffer
  3. "multiplebuffershader": Execute two shader in series on two buffer
    • cargo run --example multiplebuffershader

Documentation

Documentation is very much a todo. In the meanwhile, you can look at the examples.

Commit count: 60

cargo fmt