hypar-io / Elements

The smallest useful BIM.
https://www.hypar.io
MIT License
354 stars 74 forks source link

When can we see hyparelements-py? #964

Closed keshavanarayan closed 1 year ago

keshavanarayan commented 1 year ago

Is a Python version of Elements under works? If it is, then I am super excited for it :)

ikeough commented 1 year ago

No. There are a number of ways that you can use elements from Python though. See the IronPython project and Python.NET

keshavanarayan commented 1 year ago

Hi @ikeough,

Thank you for getting back. Where is the Elements.dll file available? If I git clone the repo and I use dotnet build in the terminal, I should get the dll file right? PS. Sorry if I am asking the wrong questions. I'm just learning now.

ikeough commented 1 year ago

No worries at all! The Elements.DLL will be in the /bin/Debug folder. When built for release it'll be in /bin/Release.