https://github.com/fralonra/opmark-egui
An experimental presentation application based on OpMark, powered by egui.
https://github.com/fralonra/opmark-egui
egui opmark presentation slideshow
Last synced: 3 months ago
JSON representation
An experimental presentation application based on OpMark, powered by egui.
- Host: GitHub
- URL: https://github.com/fralonra/opmark-egui
- Owner: fralonra
- License: mit
- Created: 2022-02-11T10:25:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T02:20:18.000Z (over 2 years ago)
- Last Synced: 2025-06-08T23:28:38.795Z (4 months ago)
- Topics: egui, opmark, presentation, slideshow
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opmark-egui
[](https://crates.io/crates/opmark-egui)
An experimental presentation application based on [OpMark](https://crates.io/crates/opmark), powered by [egui](https://crates.io/crates/egui). It's still in pre-alpha stage.
## Usage
### Installation
```bash
cargo install opmark-egui
```### Running with OpMark document
Find a `./index.opmark` to make presentations:
```bash
opmark-egui
```Sepecify a file to use:
```bash
opmark-egui examples/test.opmark
```## Credits
Inspired by [easymark](https://github.com/emilk/egui/tree/master/egui_demo_lib/src/easy_mark).