opmark-egui 0.0.2

An experimental presentation application based on OpMark, powered by egui
opmark-egui-0.0.2 is not a library.

opmark-egui

Latest version Documentation MIT

An experimental presentation application based on OpMark, powered by egui. It's still in pre-alpha stage.

Usage

Installation

cargo install opmark-egui

Running with OpMark document

Find a ./index.opmark to make presentations:

opmark-egui

Sepecify a file to use:

opmark-egui examples/test.opmark

Build a standalone binary file

opmark-egui -s examples/test.opmark

The above command will generate an executable bundling your OpMark file and other assets (only images are supported for now) as well.

You can execute this file directly without copying assets and refering them:

./opmark

Credits

Inspired by easymark.