Hey people! I want to learn typst, a modern alternative to LaTeX written in Rust.

screenshot

Typst can incrementally compile the files to PDF.

Ironically, there is no incrementally refreshing PDF viewer afaik. So for direct visual output of my progress, I would like the fastest, smoothest PDF viewer.

It can be as small and minimal for that task as possible.

Priorities:

  1. No flicker (no text re-alignment, no disappearing scroll bars, no changing UI)
  2. Fast refresh
  3. Smooth text refresh (maybe with a fade in)
  4. Generally solid

To test:

  • evince / GNOME Document viewer
  • atril
  • mupdf
  • zathura
  • gv

Barebones:

Somehow monitor for changes

  • pipdf (GTK4, but unmaintained)
  • pdf_render (very minimal, maintained)
  • pdf2pwg (needs cargo add and cargo build, only A4 pages which seems totally sufficient)
  • pdf_renderer (security focused, pure Rust, may crash, incomplete)
  • @barbara@lemmy.ml
    link
    fedilink
    4
    edit-2
    2 months ago

    pulsar (atom successor) is great for it, vscodium should do it, evince (gnome pdf viewer) works good.

    What nonremovable popup a d dancing text in okular?

    • @boredsquirrel@slrpnk.netOP
      link
      fedilink
      2
      edit-2
      2 months ago

      Right, forgot about Pulsar. Also have Lapce installed but that may not have the needed tools.

      VSCodium also installed in a Distrobox, but tbh I dont want to use it. It is slow, Electron, Microsoft etc. Just not an option.

      I am currently trying to add syntax highlighting for typst to kate, but I read that XML and damn thats complex.