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

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

Build a standalone binary file

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

Credits

Inspired by easymark.