Skip to content

Commit

Permalink
Contributors
Browse files Browse the repository at this point in the history
Explicitly stating that we are not approving enhancement requests from outside contributors. We will remove this paragraph after the project reaches a stable state.
  • Loading branch information
RedQueenCoder committed Aug 28, 2018
1 parent 06409a0 commit 9085d33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ The objective of the framework is to make it as easy as possible to set up and p

The API is a clone of that used in <a href="https://github.com/BradLarson/GPUImage2">GPUImage 2</a>, and is intended to be a drop-in replacement for that version of the framework. Swapping between Metal and OpenGL versions of the framework should be as simple as changing which framework your application is linked against. A few low-level interfaces, such as those around texture input and output, will necessarily be Metal- or OpenGL-specific, but everything else is designed to be compatible between the two.

As of this point, we are not approving enhancement requests from outside contributors. We are actively working to port all of the functionality between this version of GPUImage adn previous versions. Once this task has been completed we will be happy to take community contributions.

## License ##

BSD-style, with the full license available with the framework in License.txt.
Expand Down

0 comments on commit 9085d33

Please sign in to comment.