Interface with the GPU to render graphics or do fast calculations.
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.9
- Update to adi_gpu_base 0.8.
0.8
0.7
- Update to newest adigpubase.
- If a specific target can't use a dependency it is no longer included.