Home

Awesome

sixelslide

This is freestanding slideviewer using sixel graphics. Currently runs on QEMU, does not use any Filesystem or Network, slide images are directly embedded on ELF image.

Prerequires:

Place your slide on this directory and name it slide.pdf, then build binary:

cp some_where/name_of_the_slide.pdf slide.pdf
make

Run qemu in mlterm(or other sixel supported terminal):

make run