vdeck support
Just tried to run vgdeck on a Mac but it has c dependencies
vgdeck % go run .
# github.com/ajstarks/openvg
/Users/apple/go/pkg/mod/github.com/ajstarks/[email protected]/openvg.go:7:10: fatal error: 'VG/openvg.h' file not found
#include "VG/openvg.h"
^~~~~~~~~~~~~
1 error generated.
Do we even want to both because gcdeck is its replacement in a way ?
seems deckd and hence deckweb will not run without vgdeck installed.
./deckweb play whygo.xml
{"error": "exec: "vgdeck": executable file not found in $PATH"}
Should we make vgdeck it optional or just remove it ?
ah i see now that deckd is only designed to run vgdeck.
Maybe we should make it run the PDF deck or other ?
Alternatively, you can create a shell script that mimics vgdeck. The intent was to kick off a slide show remotely via the API.
Just tried to run vgdeck on a Mac but it has c dependencies
vgdeck % go run . # github.com/ajstarks/openvg /Users/apple/go/pkg/mod/github.com/ajstarks/[email protected]/openvg.go:7:10: fatal error: 'VG/openvg.h' file not found #include "VG/openvg.h" ^~~~~~~~~~~~~ 1 error generated.Do we even want to both because gcdeck is its replacement in a way ?
vgdeck is specific to the Raspberry Pi and an openvg library I wrapped.
Ah right .
what do you think about us making the deck web and deckd use the other Renderers like pdf deck, etc.
you can use any renderer you like. To make it compatible you can make a shell script that takes the same name and parameters as vgdeck (-loop and -slide). For example: