# Variety
<div style="font-size: 1.5em;">
<details><summary>🐚 CLI Applications</summary>
* [bat](https://github.com/sharkdp/bat)
* [ripgrep](https://github.com/BurntSushi/ripgrep)
* [nushell](https://www.nushell.sh/)
</details>
<details><summary>🖥️ Native Applications</summary>
* [warp](https://www.warp.dev/)
* [zed](https://zed.dev/)
</details>
<details><summary>🌐 Web Development -- WASM</summary>
* [dot_ix](https://azriel.im/dot_ix/)
* [leptos](https://leptos.dev/)
* [dioxus](https://dioxuslabs.com/)
</details>
<details><summary>🎮 Game Development</summary>
* [bevy](https://bevyengine.org/examples/)
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/z2KG_prMJ1c?si=tkdKINSiJSohbJkB&start=15" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</details>
<details><summary>🤖 Embedded Systems</summary>
[probe.rs](https://probe.rs/)
</details>
<div class="hidden">
1. Rust doesn't really limit itself to any particular domain.
2. Here are some examples in different domains.
3. We'll do a 3 second demo of each.
4. CLI applications, there are plenty of tools that run in the shell.
5. There is also a shell.
6. Native applications, warp is the terminal application you see here.
7. We can run commands (`ls` and `ls --tree`), and navigate between command blocks.
8. There are web server frameworks and frontend frameworks.
</div>