Anthony Starks
Anthony Starks
> Just tried to run vgdeck on a Mac but it has c dependencies > > ```shell > vgdeck % go run . > # github.com/ajstarks/openvg > /Users/apple/go/pkg/mod/github.com/ajstarks/[email protected]/openvg.go:7:10: fatal error:...
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...
The latest version implements mouse-wheel for scrolling forward and back. (along with reload on file change).
I believe what you are seeing is the "normal" behavior of the %-based canvas. However, image scaling is not working correctly at the moment. To test this try out running...
here is an illustration of pdfdeck (left) and gcdeck (right) showing an extreme canvas: 
need to change Line 124: s/%d/%v/
Transforms will be useful in gamedev for object positioning, scaling, and rotation See: https://www.alanzucconi.com/2016/02/10/tranfsormation-matrix/ Also for general graphics programming it's useful and efficient to define objects once, and then apply...
Great. Where feasible, there is a "data.csv" for every plate. For example: https://github.com/ajstarks/dubois-data-portraits/blob/master/plate27/data.csv is the data for the "fanchart". On Thu, Mar 16, 2023 at 2:02 PM Michael Friendly ***@***.***>...
I can also reproduce this issue on two systems both running *Fedora 40, Gnome 46* (I first noticed the issue when I upgraded): ThinkPad X1 Carbon 5th Gen, and Minisforum...
Note that the issue does not occur when using the Plasma Desktop Environment (6.0.5)