screen-13 0.4.2

An easy-to-use Vulkan rendering engine in the spirit of QBasic.
Documentation
# _Screen 13_ Example Code

## Getting Started

A helpful [getting started](getting-started.md) guide is available which describes basic _Screen 13_
types and functions.

## Example Code

Example | Instructions | Preview
 --- | --- | :---:
[debugger.rs]debugger.rs | <pre>cargo run --example debugger</pre> | _See console output_
[hello_world.rs]hello_world.rs | <pre>cargo run --example hello_world</pre> | <image alt="Preview" src="../.github/img/hello_world.png" height=149 width=176>
[triangle.rs]triangle.rs | <pre>cargo run --example triangle</pre> | <image alt="Preview" src="../.github/img/triangle.png" height=149 width=176>
[egui.rs]egui.rs | <pre>cargo run --example egui</pre> | <image alt="Preview" src="../.github/img/egui.png" height=149 width=176>
[imgui.rs]imgui.rs | <pre>cargo run --example imgui</pre> | <image alt="Preview" src="../.github/img/imgui.png" height=149 width=176>
[font_bmp.rs]font_bmp.rs | <pre>cargo run --example font_bmp</pre> | <image alt="Preview" src="../.github/img/font_bmp.png" height=149 width=176>
[multipass.rs]multipass.rs | <pre>cargo run --example multipass</pre> | <image alt="Preview" src="../.github/img/multipass.png" height=149 width=176>
[ray_trace.rs]ray_trace.rs | <pre>cargo run --example ray_trace</pre> | <image alt="Preview" src="../.github/img/ray_trace.png" height=149 width=176>
[transitions.rs]transitions.rs | <pre>cargo run --example transitions</pre> | <image alt="Preview" src="../.github/img/transitions.png" height=149 width=176>
[shader-toy/]shader-toy/src/main.rs | <pre>cargo run --manifest-path examples/shader-toy/Cargo.toml</pre> | <image alt="Preview" src="../.github/img/shader-toy.png" height=105 width=176>