Hi everyone I’m Keshava Narayan, an architect by education.
I am trying to build some open source / free plugins for Rhino which would be useful for the AEC industry. I’ve tried to not complicate it much by mostly building off python as we are using this currently as an internal tool.
It’s very difficult to sell software in AEC, so will keep this entirely for free for everyone with maybe GPLv3.
I am trying to build some open source / free plugins
Sounds great. Have you got a link to the source code repos? I can’t seem to find one, just dead links to markdown documents, and a subscription form for a wait list.
Also, do you have users or stakeholders, who are asking for these plug-ins and features by the way? Have you or they reviewed all the existing plug-ins for the AEC industry, e.g. on food4rhino?
Lol yep. It was mostly internal and asked help from claude to make a github repo out of it.
Thanks for the hint. Do you know any code quality libraries I could use?
I’ve mostly been doing this single handedly for internal use.
If you used any of Rhino and GHPython’s ‘magic’ variables (e.g. ghdoc) then in the repo I would also run uv init and added:
pyproject.toml
[tool.ruff.lint]
builtins = ["ghdoc"]
But I’m not sure if that’s the latest setting and I didn’t spot anything that needed it so far, other than Python 2’s reload, which can be (and perhaps should be) imported from importlib anyway.