I am a bit worried about publishing the #loops mobile app source code, specifically the camera logic
There are no existing libraries or examples, that I'm aware of, that do what Loops Camera does
I'm mostly worried about shady clone apps or other uses that violate our license
I think an amicable solution would be to publish the app source, but with a placeholder basic camera while shipping the full camera to App Stores
What do you think?
@dansup If someone wants to redo what your camera does, they will eventually find a way regardless of you open sourcing it or not!
publishing different builds to what your open source code is has multiple drawbacks:
* no replicable builds: we as a community never can be sure what you push to the store
* the release process gets over-complicated for you too, because you need to bring in the different camera into the OSS code locally for each release