Title: | A GPU-powered Interactive Graphics Device |
---|---|
Description: | A blazingly fast graphics device powered by 'vello', a GPU compute-centric 2D renderer. |
Authors: | Hiroaki Yutani [aut, cre] , The authors of the dependency Rust crates [ctb] |
Maintainer: | Hiroaki Yutani <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-11-24 14:49:59 UTC |
Source: | https://github.com/yutannihilation/vellogd-r |
Open A 'Vello' Graphics Device.
vellogd(filename = "Rplot%03d.png", width = 480, height = 480) vellogd_with_server(filename = "Rplot%03d.png", width = 480, height = 480)
vellogd(filename = "Rplot%03d.png", width = 480, height = 480) vellogd_with_server(filename = "Rplot%03d.png", width = 480, height = 480)
filename |
The name of the output file. |
width , height
|
The dimensions of the device in pixel. |