An experimental presentation application based on OpMark, powered by egui. It's still in pre-alpha stage.
bash
cargo install opmark-egui
Find a ./index.opmark
to make presentations:
bash
opmark-egui
Sepecify a file to use:
bash
opmark-egui examples/test.opmark
bash
opmark-egui -s examples/test.opmark
The above command will generate an excutable bundling your OpMark file and other assets (only images are supported for now) as well.
You can excute this file directly without copying assets and refering them:
bash
./opmark
Inspired by easymark.