bors[bot] 173d31899d Merge #17
17: Add GLX map PNG r=grovesNL a=paulkernfeld

Not sure if you're looking for more examples but if so, here is a 2D map

Co-authored-by: Paul Kernfeld <paulkernfeld@gmail.com>
2019-06-05 01:58:27 +00:00
2019-06-02 19:52:57 -04:00
2019-05-28 14:44:52 +10:00
2019-05-10 10:36:31 -04:00
2019-05-10 21:51:55 -04:00
2019-05-31 15:00:12 -04:00
2019-05-10 10:36:31 -04:00
2019-06-02 19:52:57 -04:00

wgpu-rs

Build Status Crates.io Gitter

This is an idiomatic Rust wrapper over wgpu-native. It's designed to be suitable for general purpose graphics and computation needs of Rust community. It currently only works for the native platform, in the future aims to support WASM/Emscripten platforms as well.

Cube Shadow vange-rs Brawl GLX map

Usage

The library requires one of the following features enabled in order to run any of the examples:

  • "vulkan"
  • "metal"
  • "dx12"
  • "dx11"

These examples assume that necessary dependencies for the graphics backend are already installed. For more information about installation and usage, refer to the Getting Started gfx-rs guide.

Description
No description provided
Readme 137 MiB
Languages
Rust 79.9%
WGSL 16.2%
HLSL 2%
GLSL 1.7%
JavaScript 0.2%