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
- Host: GitHub
- URL: https://github.com/orhun/fosdem2025
- Owner: orhun
- Created: 2025-01-16T21:03:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T09:53:02.000Z (8 months ago)
- Last Synced: 2025-09-26T22:35:55.400Z (12 days ago)
- Topics: fosdem, fosdem2025, ratatui, rust, slides, tui
- Language: Rust
- Homepage: https://fosdem.org/2025/schedule/event/fosdem-2025-5496-bringing-terminal-aesthetics-to-the-web-with-rust-and-vice-versa-/
- Size: 22 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.