framebuffer

Crates.ioframebuffer
lib.rsframebuffer
version0.3.1
sourcesrc
created_at2015-11-15 19:08:25.330258
updated_at2021-11-13 09:18:54.74633
descriptionBasic framebuffer abstraction. Handles the necessary ioctls and mmaps the framebuffer device.
homepage
repositoryhttps://github.com/roysten/rust-framebuffer
max_upload_size
id3432
size812,579
Roy van der Vegt (Roysten)

documentation

http://roysten.github.io/rust-framebuffer/target/doc/framebuffer/

README

rust-framebuffer

Basic framebuffer abstraction for Rust.

An example can be found in the examples directory. Use the following command to compile and run:

sudo cargo run --release --example rust-logo

To avoid having to run all commands as root, you can add yourself to the video group:

sudo usermod -aG video <username>

Make sure to check out the starfield example as well!

Basic documentation is available: http://roysten.github.io/rust-framebuffer/target/doc/framebuffer/. The documentation is a bit sparse, but I hope the examples can make up for that.

Commit count: 50

cargo fmt