framer

Slide-show application for nerds ☝️🤓

NameSizeMode
..
README.md 347B -rw-r--r--
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
# framer

Slide-show application for nerds ☝️🤓

framer is a program for displaying slides typeset in C using [raylib](https://www.raylib.com/). framer works by loading the slides as a dynamic library and
displaying them on the screen.

## Quick Setup

```console
$ cc nob.c
$ ./nob
```

## Usage

```console
$ framer ./build/libplug.so
```