An open API service indexing awesome lists of open source software.

https://github.com/orhun/fosdem2025

The slides for my talk at FOSDEM 2025
https://github.com/orhun/fosdem2025

fosdem fosdem2025 ratatui rust slides tui

Last synced: 2 days ago
JSON representation

The slides for my talk at FOSDEM 2025

Awesome Lists containing this project

README

          

# FOSDEM 2025 Rust Devroom Presentation 🦀

**Session**: [Bringing terminal aesthetics to the Web with Rust (and vice versa)](https://fosdem.org/2025/schedule/event/fosdem-2025-5496-bringing-terminal-aesthetics-to-the-web-with-rust-and-vice-versa-/)

## Presenting

To start the presentation, first install [presenterm](https://github.com/mfontanini/presenterm):

```bash
cargo install --git https://github.com/mfontanini/presenterm
```

Update submodules:

```bash
git submodule update --init --recursive
```

Then simply run:

```bash
presenterm presentation.md -X -c config/presenterm.yml -p
```

> [!TIP]
> Or you can use the [`present.sh`](./present.sh) script.

> [!IMPORTANT]
> It is recommended to use [wezterm](https://github.com/wez/wezterm) for good image rendering.