renderling 0.1.2

A collection of WGPU render pipelines and simple types.
docs.rs failed to build renderling-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Renderling

A collection of WGPU render pipelines and simple types for marshalling data to the GPU.

WARNING

This is very much a work in progress. YMMV. PRs are very welcomed :)

Features

Features are used to enable specific render pipelines. Without any features, only [renderling_core] is exported.

forward

A simple forward shader that supports blinn-phong material shading and a few light sources.

ui

A simple interface shader that supports color meshes and text by using a custom blend uniform.