Package 'vellogd'

Title: 'Vello' Graphics Device For R
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-10-19 13:19:00 UTC
Source: https://github.com/yutannihilation/vellogd-r

Help Index


Open A 'Vello' Graphics Device.

Description

Open A 'Vello' Graphics Device.

Usage

vellogd(filename = "Rplot%03d.png", width = 480, height = 480)

vellogd_with_server(filename = "Rplot%03d.png", width = 480, height = 480)

Arguments

filename

The name of the output file.

width, height

The dimensions of the device in pixel.