{"id":18698436,"url":"https://github.com/plurid/plurid","last_synced_at":"2025-04-12T07:33:07.297Z","repository":{"id":41176350,"uuid":"180206651","full_name":"plurid/plurid","owner":"plurid","description":"Explore Information as a 3D Structure","archived":false,"fork":false,"pushed_at":"2024-01-06T16:46:51.000Z","size":48106,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T15:54:48.504Z","etag":null,"topics":["3d","html","native","plurid","react","web"],"latest_commit_sha":null,"homepage":"https://plurid.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plurid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2019-04-08T18:12:23.000Z","updated_at":"2023-06-06T07:45:40.000Z","dependencies_parsed_at":"2023-01-31T21:01:50.137Z","dependency_job_id":"e5efad0b-f02f-4310-b7a9-82a91e2df0d9","html_url":"https://github.com/plurid/plurid","commit_stats":{"total_commits":5702,"total_committers":1,"mean_commits":5702.0,"dds":0.0,"last_synced_commit":"23b80e1bbb3b21ea4428bb33c8646369e7ebdc66"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plurid%2Fplurid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plurid%2Fplurid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plurid%2Fplurid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plurid%2Fplurid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plurid","download_url":"https://codeload.github.com/plurid/plurid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248534398,"owners_count":21120318,"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":["3d","html","native","plurid","react","web"],"created_at":"2024-11-07T11:28:18.820Z","updated_at":"2025-04-12T07:33:02.284Z","avatar_url":"https://github.com/plurid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/plurid/plurid/master/about/identity/plurid-p-logo.png\" height=\"250px\"\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca target=\"_blank\" href=\"https://github.com/plurid/plurid/blob/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/license-DEL-blue.svg?colorB=1380C3\u0026style=for-the-badge\" alt=\"License: DEL\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n\n\u003ch1 align=\"center\"\u003e\n    plurid'\n\u003c/h1\u003e\n\n\n\u003ch3 align=\"center\"\u003e\n    explore information as a 3D structure\n\u003c/h3\u003e\n\n\n\n### Contents\n\n+ [About](#about)\n+ [Plurid' Application](#plurid-application)\n+ [Packages](#packages)\n+ [Codeophon](#codeophon)\n\n\n\n## About\n\nThe monorepository contains packages implementing the `plurid'` technology to transform information into a 3D explorable structure based on the [plurid specification](https://github.com/plurid/plurid/tree/master/packages/plurid-specification).\n\nWith `plurid'`, a grouping of related information (such as a web page, or a fragment of one) can now reside on a `plane of content` (a `Plurid Plane`) in a three-dimensional space (a `Plurid Space`).\n\nThe content of one `Plurid Plane` can be linked to another through the `Plurid Link` which at action (click, tap, hover) effectively generates a new `plane of content` in the same space.\n\nThe `Plurid Space` can be transformed, rotated, scaled, translated, in order to get a better grasp of the contextual links of the displayed information (text, images, videos, and so forth).\n\n`plurid'` is being used extensively in the \u003ca target=\"_blank\" href=\"https://plurid.com/products\"\u003e`plurid' ∂products`\u003c/a\u003e.\n\nNew applications leveraging the `plurid'` technology can be easily generated and developed through the [`plurid.app`](https://plurid.app/assembler) assembler or [programatically](#plurid-application).\n\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/plurid/plurid/master/about/demo/plurid-com-example.png\" height=\"600px\"\u003e\n\u003c/p\u003e\n\n\n\n## Plurid' Application\n\nTo generate a `plurid'` application programatically use the `Command-Line Interface` tool `@plurid/generate-plurid-app` (provided the [`NodeJS`](https://nodejs.org/en/) runtime is installed on the machine) by running the command\n\n``` bash\nnpx @plurid/generate-plurid-app\n```\n\nor install the `Command-Line Interface` tool `@plurid/plurid-cli`\n\n``` bash\nnpm install -g @plurid/plurid-cli\n```\n\nand run\n\n```\nplurid app generate\n```\n\n\u003cp align=\"center\"\u003e\n    \u003ca target=\"_blank\" href=\"https://youtu.be/aV7MWFDVFkk\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/plurid/plurid/master/about/demo/plurid-app-generate.png\" height=\"600px\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/plurid/plurid/master/about/diagrams/plurid-generate.png\" height=\"600px\"\u003e\n\u003c/p\u003e\n\nA generated `plurid'` web application, or any other [configured](https://manual.plurid.com/plurid-app/deploy) web application, can be easily deployed to [`plurid.app`](https://plurid.app) using the [`plurid-cli`][plurid-cli] by simply runnning\n\n``` bash\nplurid app deploy\n```\n\n\n\n## Packages\n\n\n[@plurid/plurid-specification][plurid-specification] • `plurid'` specification\n\n[plurid-specification]: https://github.com/plurid/plurid/tree/master/packages/plurid-specification\n\n\n### Generate\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/plurid-cli\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/plurid-cli.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/plurid-cli][plurid-cli] • `plurid'` application life-cycle management: generation, development, deployment, maintenance\n\n[plurid-cli]: https://github.com/plurid/plurid/tree/master/packages/plurid-cli\n\n\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/generate-plurid-app\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/generate-plurid-app.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/generate-plurid-app][generate-plurid-app] • generate a `plurid'` application with one command (and some choices)\n\n[generate-plurid-app]: https://github.com/plurid/plurid/tree/master/packages/plurid/web/generate-plurid-app\n\n\n\n### Shared\n\n\n#### Web\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/plurid-data\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/plurid-data.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/plurid-data][plurid-data] • constants, enumerations, interfaces\n\n[plurid-data]: https://github.com/plurid/plurid/tree/master/packages/plurid/web/plurid-data\n\n\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/plurid-engine\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/plurid-engine.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/plurid-engine][plurid-engine] • 3D and utility functions\n\n[plurid-engine]: https://github.com/plurid/plurid/tree/master/packages/plurid/web/plurid-engine\n\n\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/plurid-pubsub\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/plurid-pubsub.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/plurid-pubsub][plurid-pubsub] • publish/subscribe message bus\n\n[plurid-pubsub]: https://github.com/plurid/plurid/tree/master/packages/plurid/web/plurid-pubsub\n\n\n\n### Implementations\n\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/plurid-html\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/plurid-html.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/plurid-html][plurid-html] • implementation for `HTML` Custom Elements\n\n[plurid-html]: https://github.com/plurid/plurid/tree/master/packages/plurid/web/plurid-html\n\n\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/plurid-react\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/plurid-react.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/plurid-react][plurid-react] • implementation for `React`\n\n[plurid-react]: https://github.com/plurid/plurid/tree/master/packages/plurid/web/plurid-react\n\n\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/plurid-react-server\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/plurid-react-server.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/plurid-react-server][plurid-react-server] • server for the `React` implementation\n\n[plurid-react-server]: https://github.com/plurid/plurid/tree/master/packages/plurid/web/plurid-react-server\n\n\n\n## [Codeophon](https://github.com/ly3xqhl8g9/codeophon)\n\n+ licensing: [delicense](https://github.com/ly3xqhl8g9/delicense)\n+ versioning: [αver](https://github.com/ly3xqhl8g9/alpha-versioning)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplurid%2Fplurid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplurid%2Fplurid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplurid%2Fplurid/lists"}