perky / zig-presentation

Create interactive presentations/slide decks with a simple markup text file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig Presentation

Create interactive presentations/slide decks with a simple markup text file.

Example screenshot 1 Example screenshot 2

How to build and run.

Uses a build.zig as the build process. In your terminal use command zig build, then zig-out/bin/zig-presentation presentation.md to run.

Alternatively you can use command zig build run -- presentation.md.

Read presentation.md for how to create a presentation file.

Dependencies

  • Zig 0.11.0-dev.3323+
  • Glfw 3.x (included in lib)
  • Nanovg-zig (included in lib)

Optional Dependencies

  • Ultralight (html renderer) (https://ultralig.ht/)
    • Add shared libraries to lib/ultralight/.
    • Add ultralight resources folder to ./.
    • Use flag -Dultralight=true when compiling.

About

Create interactive presentations/slide decks with a simple markup text file.


Languages

Language:C 84.5%Language:Zig 7.2%Language:Objective-C 4.6%Language:C++ 3.4%Language:CMake 0.2%Language:GLSL 0.1%Language:CSS 0.0%Language:HTML 0.0%