KusStar / react-native-mesh-gradient

MeshGradient component for React Native.
https://www.npmjs.com/package/@kuss/react-native-mesh-gradient
MIT License
5 stars 0 forks source link

License Conflict #1

Open erksch opened 3 months ago

erksch commented 3 months ago

Hey there! Thank you for this awesome library!

We would like to use it at our company but are hesitant because the shader code you use contains the following comment

// Created by inigo quilez - iq/2014
// License Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

https://github.com/KusStar/react-native-mesh-gradient/blob/main/android/src/main/java/com/meshgradient/MeshGradientRenderer.kt#L39

I am not sure if this is only for the hash function or the entire shader. This seems to be in conflict with the MIT license of the react-native-mesh-gradient.

Is there a way to resolve this? E.g. by implementing a new hash function or contacting the author to reconsider the license which might be hard because it is quite old.

KusStar commented 3 months ago

I think we can try to find another hash function. I will try to figure out.