An open API service indexing awesome lists of open source software.

https://github.com/seankerr/rust-rpi-examples

Rust Raspberry Pi examples
https://github.com/seankerr/rust-rpi-examples

Last synced: 9 months ago
JSON representation

Rust Raspberry Pi examples

Awesome Lists containing this project

README

          

# Rust Raspberry Pi Examples

There are several APIs exposed by the Raspberry Pi:

* [Broadcom VideoCore IV](https://github.com/seankerr/rust-videocore)
* [EGL](https://github.com/seankerr/rust-egl)
* [OpenGL ES 2.0](https://github.com/seankerr/rust-opengles)
* [OpenMAX](https://github.com/seankerr/rust-openmax) (not started)
* [OpenVG](https://github.com/seankerr/rust-openvg) (not started)

## Available Examples

*Broadcom VideoCore IV*

* [Change background color](https://github.com/seankerr/rust-rpi-examples/tree/master/videocore/change-background-color)

*OpenGL ES 2.0*

* [Hello OpenGL](https://github.com/seankerr/rust-rpi-examples/tree/master/opengles/hello_opengl)
* [Triangle](https://github.com/seankerr/rust-rpi-examples/tree/master/opengles/triangle)