Package: tigerfb 1.0.0
tigerfb: Tiny Graphics Engine for an R Frame Buffer
A cross-platform graphics device which offers simple update via pre-rendered images with keyboard and mouse feedback.
Authors:
tigerfb_1.0.0.tar.gz
tigerfb_1.0.0.zip(r-4.7)tigerfb_1.0.0.zip(r-4.6)tigerfb_1.0.0.zip(r-4.5)
tigerfb_1.0.0.tgz(r-4.6-x86_64)tigerfb_1.0.0.tgz(r-4.6-arm64)tigerfb_1.0.0.tgz(r-4.5-x86_64)tigerfb_1.0.0.tgz(r-4.5-arm64)
tigerfb_1.0.0.tar.gz(r-4.7-arm64)tigerfb_1.0.0.tar.gz(r-4.7-x86_64)tigerfb_1.0.0.tar.gz(r-4.6-arm64)tigerfb_1.0.0.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
tigerfb/json (API)
| # Install 'tigerfb' in R: |
| install.packages('tigerfb', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/tigerfb/issues
Last updated from:cc91b9ba3a. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 117 | ||
| linux-devel-x86_64 | OK | 132 | ||
| source / vignettes | OK | 176 | ||
| linux-release-arm64 | OK | 127 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 84 | ||
| macos-release-x86_64 | OK | 197 | ||
| macos-oldrel-arm64 | OK | 65 | ||
| macos-oldrel-x86_64 | OK | 215 | ||
| windows-devel | OK | 64 | ||
| windows-release | OK | 76 | ||
| windows-oldrel | OK | 82 | ||
| wasm-release | FAIL | 93 |
Exports:fb_capturefb_closefb_demofb_fillfb_key_namesfb_linefb_openfb_rectfb_save_pngfb_statefb_textfb_updatepress_state
Dependencies:colorfast
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Capture the current window contents to a native raster image | fb_capture |
| Destroy window in a safe manner. | fb_close |
| Bubble universe demonstration. | fb_demo |
| Clear window | fb_fill |
| Check if a window is currently open and active | fb_is_open |
| Get the list of key names which are returned by 'fb_state()' | fb_key_names |
| Draw Line | fb_line |
| Initialise an interactive window | fb_open |
| Draw rectangle | fb_rect |
| Capture the current window contents to a PNG file | fb_save_png |
| Get the state of the current window i.e. keys and mouse | fb_state |
| Draw Text using built-in font | fb_text |
| Update window display | fb_update |
| Status codes for mouse and keyboard | press_state |
| More palatable printing of a 'state' environment | print.tigerfb_state |
