| Crates.io | pushrod |
| lib.rs | pushrod |
| version | 0.1.3 |
| created_at | 2020-05-24 22:10:25.194349+00 |
| updated_at | 2020-06-16 05:27:20.488173+00 |
| description | Pushrod UI Library |
| homepage | |
| repository | https://www.github.com/KenSuenobu/pushrod/ |
| max_upload_size | |
| id | 245376 |
| size | 76,523 |
Pushrod is a UI library written in Rust from the ground up. It utilizes the Rust SDL2 Library crate for handling system events and GPU-based drawing.
This library consists of two parts:
It also includes a builder application:
Pushrod is built using the Rust SDL2 Library. To install the prerequisite libraries, follow these steps:
apt-get update -y -qq
apt-get install libsdl2-dev
Before you install SDL2, you'll need to have the brew package manager installed. Once installed,
use the following commands:
brew install ruby sdl2 sdl2_image sdl2_ttf
No additional actions are needed.