rpi-ws281x / rpi-ws281x-rust

Rust bindings to the ws821x library enabled by bindgen.
MIT License
38 stars 25 forks source link

Project maintenance #15

Closed YannikSc closed 3 years ago

YannikSc commented 4 years ago

Hey, I'm having a short question regarding the maintenance of the project .. there are a couple open pull requests and the project overall seem not to be active that much anymore. Is someone working on it? If not I would carefully volunteer to keep an eye on it because I'm currently working on a small IoT system, which implements some LED related functions with the help of this library and there are some things (espacially in the pull requests) that I would like to have.

JMurph2015 commented 4 years ago

Hi! Sorry this has been so quiet recently. This is mostly maintained if/when I actually check my personal email and have time to sort through the GitHub stuff. I tried to cover the basics so that it's feature complete for my purposes but I could totally see that people would want to expand on. If you're interested, I can make you a contributor as well to try to look after the incidental PR.

Some notes for direction of the project:

YannikSc commented 4 years ago

Hey, thanks for the invite. Although I'm fairly new to Rust, I got your point here. My plan is not to add functionallity but more like adding support for accessing the fields of the underlaying library. So I think we're going roughly in the same direction.