[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![Crates.io][crates-shield]][crates-url] [![Downloads][crates-dl-shield]][crates-dl-url]

ProjectM-rs

Rust bindings for ProjectM, built using Bindgen

Docs · Example · Report Bug · Request Feature


Table of Contents
  1. Getting Started
  2. Usage
  3. Contributing
  4. License
  5. Support
  6. Contact


Getting Started

To get this crate up and running properly, you'll need to install some prerequisites.

Prerequisites

Depending on the OS/distribution and packaging system, libraries might be split into separate packages with binaries and development files. To build projectM, both binaries and development files need to be installed.

General build dependencies for all platforms:

Only relevant for Windows:

(back to top)

Usage

``` cargo.toml

[dependencies] projectm-rs = "*" # recommended until project is stable main.rs

use projectm_rs;

// unsafe is needed for each call to projecmrs. Will resolve soon with a safe wrapper. let projectmhandle = unsafe { projectmrs::projectmcreate_settings(&settings, 0) }; ```

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the LGPL-2.1 license. See LICENSE for more information.

(back to top)

Support

Discord

(back to top)

Contact

Blaquewithaq (Discord: SoFloppy#1289) - @anomievision - anomievision@gmail.com

(back to top)