eloraiby / delaunay

Relatively Robust Divide and Conquer 2D Delaunay Construction Algorithm in $O(n \log n)$
GNU Affero General Public License v3.0
126 stars 34 forks source link

Java & C-Sharp ports with Processing example #12

Open DaveAxiom opened 6 years ago

eloraiby commented 6 years ago

What are your requirement for the license ? I am going to change the license soon :)

DaveAxiom commented 6 years ago

GPL 2+ would allow me to contribute to certain Open Source projects. The existing AGPL3 is compatible with GPL3. The MIT license would be more commercial friendly. That license requires a copyright attribution. I'm all for GPL 2+ and/or MIT. My interest with Delaunay lies within game development.

There are many Delaunay implementations available but they have questionable copyrights since they usually claim they are derivative works of Fortune's algorithm. The Boost library might have a commercial friendly implementation.