https://github.com/bevy-rust-gpu/rust-gpu-bridge
Bridge crate for writing code that can compile under both rust-gpu and regular rust.
https://github.com/bevy-rust-gpu/rust-gpu-bridge
rust rust-gpu
Last synced: 6 months ago
JSON representation
Bridge crate for writing code that can compile under both rust-gpu and regular rust.
- Host: GitHub
- URL: https://github.com/bevy-rust-gpu/rust-gpu-bridge
- Owner: Bevy-Rust-GPU
- License: apache-2.0
- Created: 2023-02-28T04:09:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T18:33:01.000Z (over 2 years ago)
- Last Synced: 2025-02-22T00:20:10.585Z (about 1 year ago)
- Topics: rust, rust-gpu
- Language: Rust
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `rust-gpu-bridge`
[](https://bevy-rust-gpu.github.io/rust-gpu-bridge/)
Bridge crate for writing `no-std` code that can be used both in `rust-gpu` and regular Rust.
Gates `glam` and `spirv-std::glam` behind cargo features,
and contains utility traits for replicating common shading language functions.