-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License? #2
Comments
Hi there! Awesome, glad I could save you a few minutes of work. As you know, this repo really only glues several other projects together (some of which also unfortunately do not have a license). I'm happy to throw a license on it for you. I'd leave towards a "Do whatever you want" type thing, but I'll just stick to a stock BSD for simplicity. Please let me know if you need anything else. |
Also, feel free to drop unneeded scripts from your fork. Things like slices2mesh1 and 2 are just sloppy mistakes, should probably have never been committed. :) |
OK, should we try to unify these code bases? I can make a PR back into your repo, then you can delete whatever you don't want. |
I'm don't really mind if they are not unified, but I'd love to include your improvements. If you have time to do a PR, please do, but feel free to maintain your fork as you see fit. Very flexible here. |
Howdy ho, neighbor! As you know, @umayaml been using this repo of yours for a while now. I wanted to start using it in one of my projects, so I forked it. But what's the license? BSD or something similar, hopefully?
In case you're interested, my fork can be found here:
http://github.com/janelia-flyem/vol2mesh
I reorganized the directory tree and added a
setup.py
andconda-recipe
. I also added a new function,vol2mesh.mesh_from_array()
, for generating meshes from plainnumpy
arrays instead of.tiff
files, and added support for draco encoding.The text was updated successfully, but these errors were encountered: