Skip to content

jonysy/miro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mīrō

Join the chat at https://gitter.im/lychee-eng/miro Build Status

A modern, open, high-performance, (soon to be) GPU-accelerated computer vision library providing state-of-the-art implementations and performance. See the issues page for a list of features planned or in development.

Getting Started

Installation

I recommend you install rustup and then run the following command to use the Rust nightly version:

$ rustup install nightly # or rustup update nightly

Although you can run a command from the nightly toolchain without switching to nightly ($ rustup run nightly [command]), you should switch to nightly:

$ rustup default nightly

Contributing

  1. Fork

  2. Optionally create a new branch (e.g., git checkout -b my-new-feature) (*recommended if you're making multiple changes)

  3. Commit your changes (*5 useful tips for a better commit message)

  4. Push (e.g., git push origin my-new-feature)

  5. Create a new pull request

Contribution

This project is a labor of love, as well as a community effort - new contributors are welcome. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as below, without any additional terms or conditions.

Community

People are expected to follow a code of conduct similar to that of the Rust organization when discussing mīrō on the Github page, Gitter channel, or other venues.

License

Dual licensed under

License

Dual licensed under

Releases

No releases published

Packages

No packages published

Languages