youshengCode / IfcToolbox

Simple tools for processing IFC files. Optimize, convert, split, relocate and anonymize IFC files easily.
GNU General Public License v3.0
86 stars 14 forks source link

Any plans to publish Tools and Core as NuGet #9

Closed jsve closed 2 years ago

jsve commented 2 years ago

First of all - great project! I really like the application.

I have been looking at the code and it seems like you wrap the Xbim and IfcOpenShell in a neat way! Any plans to release this (guessing Tools and Core projects) as a NuGet?

youshengCode commented 2 years ago

Hey Johan, Thanks! Sure I have tried to wrap multiple libs together. For now, it works. But actually, I don't know if it's better for the long-term. The NuGet question is related to the licence of the original project. I think it's a NO under LGPL. And I would like to suggest you contribute directly to their repo or create new tools in this repo, in this way we can easily maintain and make it more stable : ) // So for now, you have to clone the Core and Tools projects and build your solution on your own.