Commit Graph

6 Commits

Author SHA1 Message Date
doomdagadiggiedahdah
175c175cd8 Update CONTRIBUTING.md
Fix relative link in contributing.md

When viewed on GitHub's web interface, the relative link was interpreted as relative to the current file path, leading to the incorrect URL "https://github.com/Rust-GPU/rust-gpu/blob/main/discussions" instead of the intended Discussions tab.
2025-04-12 00:31:44 +00:00
Christian Legnitto
e54dd75fb7 Initial changes for the handoff from Embark to the community. (#1)
* Change URLs
* Switch away from paid runners.
* Drop copyright from MIT license. Similar to the Rust project. See the git history of
https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
2024-07-18 11:21:15 -04:00
Sonia Singla
285c61aecb Update CONTRIBUTING.md (#285) 2020-11-30 10:28:29 +01:00
Marijn Suijten
e8aef14347 Add Android support to wgpu example (#215)
* examples/wgpu: Handle escape to exit (same as ash example)

* examples/wgpu: Set up for use on Android

* examples/wgpu: Convert #[cfg] blocks to cfg_if

* examples/wgpu: Wait for events instead of busy-looping

The image currently does not change and the OS will notify us when to
redraw (ie. after window resizes). This is going to save power
especially on mobile devices.

As soon as interactive or animating visuals are introduced to this
example redraws can be requested with `window.request_redraw()`.

* examples/wgpu: Create swapchain in ::Resume on Android

* docs: Add Android to supported operating systems

* ci: Build test cross-compilation for Android

* HACK: ci: Create Android symlink without spaces

* ci: Set legacy ANDROID_HOME because ndk-build prefers deprecated var
2020-11-11 16:32:02 +01:00
XAMPPRocky
68ff38efbc Document MCP process and add issue template (#80) 2020-10-22 12:43:05 +02:00
Johan Andersson
dd8dde9d61 Add license and CoC 2020-08-18 00:17:24 +02:00