adi_gpu

Crates.ioadi_gpu
lib.rsadi_gpu
version0.11.0
sourcesrc
created_at2018-01-20 18:06:17.734601
updated_at2018-08-05 17:19:47.791973
descriptionGPU interface - render graphics and do fast calculations
homepagehttps://gitlab.com/plopgrizzly/adi/
repositoryhttps://gitlab.com/plopgrizzly/adi/adi_gpu
max_upload_size
id47556
size256,572
Jeron Aldaron Lau (AldaronLau)

documentation

https://docs.rs/adi_gpu

README

Plop Grizzly

Aldaron's Device Interface / GPU

Interface with the GPU to render graphics or do fast calculations.

This project is part of ADI.

Features

  • Render graphics to a window.
  • Switch between OpenGL, OpenGLES or Vulkan depending on what's available.

Roadmap to 1.0 (Future Features)

  • Do calculations.
  • Automatic shader generation for each platform.
  • Support Metal (or just use MoltenVK?)
  • API to support custom implementation
  • Support Imaginary GPU ( using CPU for GPU operations )
  • Render without a window.

Change Log

0.11

  • Update to adi_gpu_base 0.11.
  • Version now matches adi_gpu_base.

0.10

  • Update to adi_gpu_base 0.9.

0.9

  • Update to adi_gpu_base 0.8.

0.8

  • Update dependencies.

0.7

  • Update to newest adi_gpu_base.
  • If a specific target can't use a dependency it is no longer included.
Commit count: 76

cargo fmt