All Projects → Yours3lf → Rpi Vk Driver

Yours3lf / Rpi Vk Driver

Licence: mit
VK driver for the Raspberry Pi (Broadcom Videocore IV)

Projects that are alternatives of or similar to Rpi Vk Driver

Rpi Debian Builder
Build your own Debian image for Raspberry Pi
Stars: ✭ 6 (-99.48%)
Mutual labels:  raspberry-pi, raspberrypi
Gassistpi
Google Assistant for Single Board Computers
Stars: ✭ 911 (-21.47%)
Mutual labels:  raspberry-pi, raspberrypi
Signalbox
DCC Project
Stars: ✭ 17 (-98.53%)
Mutual labels:  raspberry-pi, raspberrypi
Ustreamer
µStreamer - Lightweight and fast MJPG-HTTP streamer
Stars: ✭ 533 (-54.05%)
Mutual labels:  raspberry-pi, raspberrypi
Padd
PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that is included with Pi-Hole. PADD provides in-depth information about your Pi-hole.
Stars: ✭ 1,011 (-12.84%)
Mutual labels:  raspberry-pi, raspberrypi
Freenos
FreeNOS (Free Niek's Operating System) is an experimental microkernel based operating system for learning purposes written in C++. You may use the code as you wish under the terms of the GPLv3.
Stars: ✭ 683 (-41.12%)
Mutual labels:  raspberry-pi, raspberrypi
Rpi Monitor
Real time monitoring for embedded devices
Stars: ✭ 883 (-23.88%)
Mutual labels:  raspberry-pi, raspberrypi
Qpulib
Language and compiler for the Raspberry Pi GPU
Stars: ✭ 357 (-69.22%)
Mutual labels:  raspberry-pi, gpu
Blinkt go examples
The beginning of Blinkt examples programs in Go
Stars: ✭ 37 (-96.81%)
Mutual labels:  raspberry-pi, raspberrypi
Pi Builder
Extensible tool to build Arch Linux ARM for Raspberry Pi on x86_64 host using Docker
Stars: ✭ 31 (-97.33%)
Mutual labels:  raspberry-pi, raspberrypi
Rppal
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
Stars: ✭ 463 (-60.09%)
Mutual labels:  raspberry-pi, raspberrypi
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-95.52%)
Mutual labels:  raspberry-pi, raspberrypi
Pibooth
The pibooth project provides a Photo Booth application out-of-the-box for Raspberry Pi and opencv compatible devices
Stars: ✭ 398 (-65.69%)
Mutual labels:  raspberry-pi, raspberrypi
Diy Ipmi
A DIY IPMI / IP KVM system utilizing the Raspberry Pi
Stars: ✭ 730 (-37.07%)
Mutual labels:  raspberry-pi, raspberrypi
Picluster
A Simplified Docker Swarm or Kubernetes Alternative to Container Scheduling and Orchestration
Stars: ✭ 390 (-66.38%)
Mutual labels:  raspberry-pi, raspberrypi
Raspberrypi exporter
Prometheus exporter for Raspberry Pi metrics
Stars: ✭ 18 (-98.45%)
Mutual labels:  raspberry-pi, raspberrypi
Pisdr Image
🥧 The SDR Linux Distro for the Raspberry Pi and other SBC. Compatible out of the box with multiple SDR.
Stars: ✭ 346 (-70.17%)
Mutual labels:  raspberry-pi, raspberrypi
Balena Wpe
Fullscreen WebKit browser with hardware accelerated CSS, WebGL, and HTML5 video for the RaspberryPi 3.
Stars: ✭ 353 (-69.57%)
Mutual labels:  raspberry-pi, raspberrypi
Androidthings Drivers
Android Things open source peripheral drivers
Stars: ✭ 30 (-97.41%)
Mutual labels:  raspberry-pi, driver
Piweatherrock
Displays local weather on a Raspberry Pi
Stars: ✭ 42 (-96.38%)
Mutual labels:  raspberry-pi, raspberrypi

RPi-VK-Driver

RPi-VK-Driver is a low level GPU driver for the Broadcom Videocore IV GPU that implements a subset of the Vulkan (registered trademark of The Khronos Group) standard. The implementation is not conformant to the standard (therefore it cannot be called a Vulkan driver, officially) but tries to follow it as closely as the hardware allows for it.
Compared to the available OpenGL drivers it offers superb speed including precise and predictable memory management and multi-threaded command submission. It also offers a wider feature set such as MSAA support, low level assembly shaders and performance counters. On the other hand it currently does not support GLSL shaders.

Building

Please follow the instructions in the Build.md file. https://github.com/Yours3lf/rpi-vk-driver/blob/master/BUILD.md

Wiki

For further information please take a look at the Wiki section: https://github.com/Yours3lf/rpi-vk-driver/wiki

Supported hardware

The driver currently supports the following Raspberry Pi models:

  • Zero
  • Zero W
  • 1 Model A
  • 1 Model A+
  • 1 Model B
  • 1 Model B+
  • 2 Model B
  • 3 Model A+
  • 3 Model B
  • 3 Model B+
  • Compute Module 1
  • Compute Module 3
  • Compute Module 3 lite
  • Compute Module 3+
  • Compute Module 3+ lite
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].