Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 4.33 KB

README.md

File metadata and controls

47 lines (39 loc) · 4.33 KB

Screen 13 Example Code

Getting Started

A helpful getting started guide is available which describes basic Screen 13 types and functions.

See the README for more information.

Example Code

Example Instructions Preview
aliasing.rs
cargo run --example aliasing
See console output
cpu_readback.rs
cargo run --example cpu_readback
See console output
debugger.rs
cargo run --example debugger
See console output
subgroup_ops.rs
cargo run --example subgroup_ops
See console output
hello_world.rs
cargo run --manifest-path contrib/screen-13-window/Cargo.toml --example hello_world
Preview
triangle.rs
cargo run --example triangle
Preview
vertex_layout.rs
cargo run --example vertex_layout
Preview
bindless.rs
cargo run --example bindless
Preview
image_sampler.rs
cargo run --example image_sampler
Preview
min_max.rs
cargo run --example min_max
See console output
egui.rs
cargo run --example egui
Preview
imgui.rs
cargo run --example imgui
Preview
font_bmp.rs
cargo run --example font_bmp
Preview
multipass.rs
cargo run --example multipass
Preview
multithread.rs
cargo run --example multithread --release
Preview
msaa.rs
cargo run --example msaa
Multisample anti-aliasing
Preview
rt_triangle.rs
cargo run --example rt_triangle
Preview
ray_trace.rs
cargo run --example ray_trace
Preview
vsm_omni.rs
cargo run --example vsm_omni
Variance shadow mapping for omni/point lights
Preview
ray_omni.rs
cargo run --example ray_omni
Ray query for omni/point lights
Preview
transitions.rs
cargo run --example transitions
Preview
skeletal-anim/
cargo run --manifest-path examples/skeletal-anim/Cargo.toml
Skeletal mesh animation using GLTF
Preview
shader-toy/
cargo run --manifest-path examples/shader-toy/Cargo.toml
Preview
vr/
cargo run --manifest-path examples/vr/Cargo.toml
Preview

Additional Examples

The following packages offer examples for specific cases not listed here: