75 |
76 | ## References
77 |
78 | - wgpugd uses [extendr](https://extendr.github.io/), a Rust extension
79 | mechanism for R, both to communicate with the actual graphics device
80 | implementation in Rust from R, and to access R’s graphics API from
81 | Rust.
82 | - If you are curious about developing a Rust program with wgpu, I’d
83 | recommend [Learn Wgpu](https://sotrh.github.io/learn-wgpu/) to get
84 | started.
85 | - [lyon](https://github.com/nical/lyon) is a library for “path
86 | tessellation,” which is necessary to draw lines on GPU.
87 |
88 | [^1]: (&self, id: fontdb::ID, p: P) -> Option