{"id":23694560,"url":"https://github.com/mcneel/rhino3dm","last_synced_at":"2025-05-14T06:11:44.951Z","repository":{"id":37546260,"uuid":"150173378","full_name":"mcneel/rhino3dm","owner":"mcneel","description":"Libraries based on OpenNURBS with a RhinoCommon style","archived":false,"fork":false,"pushed_at":"2025-04-03T10:00:35.000Z","size":233631,"stargazers_count":646,"open_issues_count":24,"forks_count":143,"subscribers_count":53,"default_branch":"dev","last_synced_at":"2025-04-14T23:15:49.747Z","etag":null,"topics":["hacktoberfest","javascript-library","opennurbs","python","python3","rhino3d","rhinocommon","wasm"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcneel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-24T21:55:32.000Z","updated_at":"2025-04-13T14:52:39.000Z","dependencies_parsed_at":"2023-10-20T21:43:46.737Z","dependency_job_id":"2ee64938-410a-4780-bc9a-7e262ce30438","html_url":"https://github.com/mcneel/rhino3dm","commit_stats":{"total_commits":1775,"total_committers":35,"mean_commits":"50.714285714285715","dds":0.5566197183098591,"last_synced_commit":"2be29689d99a9b8c0b511e3646cbe38a0bad6a81"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcneel%2Frhino3dm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcneel%2Frhino3dm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcneel%2Frhino3dm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcneel%2Frhino3dm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcneel","download_url":"https://codeload.github.com/mcneel/rhino3dm/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975329,"owners_count":21192210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","javascript-library","opennurbs","python","python3","rhino3d","rhinocommon","wasm"],"created_at":"2024-12-30T04:27:16.338Z","updated_at":"2025-04-14T23:15:55.385Z","avatar_url":"https://github.com/mcneel.png","language":"C#","funding_links":[],"categories":["Table of Contents"],"sub_categories":["Multimedia \u0026 Creative Coding"],"readme":"# rhino3dm\n\n[![workflow ci](https://github.com/mcneel/rhino3dm/actions/workflows/workflow_ci.yml/badge.svg?branch=main)](https://github.com/mcneel/rhino3dm/actions/workflows/workflow_ci.yml)\n[![workflow ci](https://github.com/mcneel/rhino3dm/actions/workflows/workflow_release.yml/badge.svg?branch=main)](https://github.com/mcneel/rhino3dm/actions/workflows/workflow_release.yml)\n\n\n[![PyPI](https://img.shields.io/pypi/v/rhino3dm.svg?style=flat-square)](https://pypi.org/project/rhino3dm)![PyPI - Downloads](https://img.shields.io/pypi/dm/rhino3dm?style=flat-square)\n\n[![NuGet](https://img.shields.io/nuget/v/Rhino3dm.svg?style=flat-square)](https://www.nuget.org/profiles/McNeel)[![NuGet Downloads](https://img.shields.io/nuget/dt/rhino3dm.svg?style=flat-square)](https://www.nuget.org/packages/rhino3dm/)\n\n[![npm](https://img.shields.io/npm/v/rhino3dm.svg?style=flat-square)](https://www.npmjs.com/package/rhino3dm)![npm](https://img.shields.io/npm/dm/rhino3dm?style=flat-square)\n\n\n**rhino3dm** is a set of libraries based on the [OpenNURBS](https://developer.rhino3d.com/guides/opennurbs/what-is-opennurbs/) geometry library with a [\"RhinoCommon\"](https://developer.rhino3d.com/guides/rhinocommon/what-is-rhinocommon/) style. This provides the ability to access and manipulate geometry through .NET, Python or JavaScript applications independent of Rhino.  \n\nFunctionality includes\n\n- Create, interrogate, and store all geometry types supported in Rhino. This includes points, point clouds, NURBS curves and surfaces, polysurfaces (B-Reps), meshes, annotations, extrusions, and SubDs.\n- Work with non-geometry classes supported in Rhino like layers, object attributes, transforms and viewports\n- Read and write all of the above information to and from the *.3dm* file format\n- Use as a client to make calls into the [Rhino Compute cloud server](https://www.rhino3d.com/compute) for advanced manipulation of geometry objects\n- Available on most platforms (Windows, macOS, Linux)\n\n---\n\n## rhino3dm.py (Python)\n**rhino3dm.py** is a python package that can be used on all current versions of CPython (3.7 - 3.11) and is available on all platforms (Windows, macOS, Linux) \n\nrhino3dm.js packages are available on pypi: https://pypi.org/project/rhino3dm/\n\n`pip install --user rhino3dm`\n\nSee [our python documentation](docs/python/RHINO3DM.PY.md) for details\n\n\n## rhino3dm.js (JavaScript and node.js)\n\n**rhino3dm.js** is a javascript library with an associated web assembly (rhino3dm.wasm). rhino3dm.js should run on all major browsers as well as [node.js](https://nodejs.org/).\n\nrhino3dm.js packages are available on npm: https://www.npmjs.com/package/rhino3dm\n\n\u003cimg src=\"docs/images/rhino3dm_rhinologo.png\" width=\"200\"\u003e\u003c/img\u003e\n\n```html\n\u003c!DOCTYPE html\u003e\n\n\u003cbody\u003e\n\n  \u003c!-- Import maps polyfill --\u003e\n  \u003c!-- Remove this when import maps will be widely supported --\u003e\n  \u003cscript async src=\"https://unpkg.com/es-module-shims@1.8.2/dist/es-module-shims.js\"\u003e\u003c/script\u003e\n\n  \u003cscript type=\"importmap\"\u003e\n      {\n          \"imports\": {\n            \"rhino3dm\":\"https://unpkg.com/rhino3dm@8.17.0/rhino3dm.module.min.js\"\n          }\n      }\n  \u003c/script\u003e\n\n  \u003cscript type=\"module\"\u003e\n\n    import rhino3dm from 'rhino3dm'\n    const rhino = await rhino3dm()\n    const sphere = new rhino.Sphere( [1,2,3,], 12 )\n    console.log(sphere.diameter)\n\n  \u003c/script\u003e\n\n\u003c/body\u003e\n\n\u003c/html\u003e\n```\n\nSee [our javascript documentation](docs/javascript/RHINO3DM.JS.md) for details\n\n## Rhino3dm.NET\n\nRhino3dm.NET (formerly known as Rhino3dmIO) allows you to write standalone .NET applications. \n\nrhino3dm.net packages are available on nuget: https://www.nuget.org/packages/Rhino3dm/\n\nFrom this repository we build macOS, windows, and linux packages in various runtimes which all all delivered via the nuget package.\n\n### More\n\nSome more details and discussions can be found at:\n  * [discourse.mcneel.com](https://discourse.mcneel.com/c/rhino-developer/rhino3dm/)\n  * [Steve Baer's Blog](https://stevebaer.wordpress.com/2018/10/15/rhino3dm-geometry-toolkits-for-net-python-and-javascript/)\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcneel%2Frhino3dm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcneel%2Frhino3dm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcneel%2Frhino3dm/lists"}