{"id":20649539,"url":"https://github.com/leapmotion/leapshape","last_synced_at":"2025-04-17T01:22:57.461Z","repository":{"id":64813895,"uuid":"348903796","full_name":"leapmotion/LeapShape","owner":"leapmotion","description":"Browser BRep CAD in WebXR","archived":false,"fork":false,"pushed_at":"2022-12-15T02:40:08.000Z","size":17805,"stargazers_count":29,"open_issues_count":2,"forks_count":8,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-29T05:51:14.728Z","etag":null,"topics":["cad","handtracking","vr","web"],"latest_commit_sha":null,"homepage":"https://leapmotion.github.io/LeapShape/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leapmotion.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}},"created_at":"2021-03-18T01:33:10.000Z","updated_at":"2025-02-25T13:22:39.000Z","dependencies_parsed_at":"2022-12-15T10:01:15.181Z","dependency_job_id":null,"html_url":"https://github.com/leapmotion/LeapShape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapmotion%2FLeapShape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapmotion%2FLeapShape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapmotion%2FLeapShape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapmotion%2FLeapShape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leapmotion","download_url":"https://codeload.github.com/leapmotion/LeapShape/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249296106,"owners_count":21246251,"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":["cad","handtracking","vr","web"],"created_at":"2024-11-16T17:14:44.550Z","updated_at":"2025-04-17T01:22:57.439Z","avatar_url":"https://github.com/leapmotion.png","language":"JavaScript","readme":"# [LeapShape](https://leapmotion.github.io/LeapShape/)\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://github.com/leapmotion/LeapShape/deployments/activity_log?environment=github-pages\"\u003e\n      \u003cimg src=\"https://github.com/leapmotion/LeapShape/actions/workflows/main.yml/badge.svg\" title=\"Github Pages Deployment\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/leapmotion/LeapShape/commits/master\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/last-commit/leapmotion/LeapShape\" title=\"Last Commit Date\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/leapmotion/LeapShape/blob/master/LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/license/leapmotion/LeapShape\" title=\"License: Apache V2\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e **Note**\n\u003e Hands only compatible with OpenXR and [Tracking v5.0.0 Releases](https://developer.leapmotion.com/releases#:~:text=TRACKING%20SOFTWARE%20WINDOWS%205.0.0) and older; Enable \"Allow Web Apps\".\n\n## A Simple and Powerful 3D Modelling Tool\n\nUse simple gestures with your mouse or hands to model 3D shapes in your browser!\n\n\u003cp align=\"center\" \u003e\n    \u003cimg src=\"./images/MakeBox.gif\" width=\"192\"\u003e\n    \u003cimg src=\"./images/MakeCylinder.gif\" width=\"192\"\u003e\n    \u003cimg src=\"./images/MakeSphere.gif\" width=\"192\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./images/MakeExtrusion.gif\" width=\"192\"\u003e\n    \u003cimg src=\"./images/MakeFillet.gif\" width=\"192\"\u003e\n    \u003cimg src=\"./images/MakeHollow.gif\" width=\"192\"\u003e\n\u003c/p\u003e\n\n## Features\n - Simple Interface for working with Boxes, Spheres, Cylinders, and Extrusions\n - Powerful CSG Operations allow for infinite configurability\n - Modify Objects via Movement, Extrusion, Filleting/Chamfering, and Dilation/Hollowing\n - Snapping and Coordinate Previews for Precision Assembly\n - Model anywhere with first-class Desktop, Mobile, and VR Platform support\n - Export Models as .obj, .stl, .gltf, or .step\n - Clean and Modular ES6 codebase for extreme extensibility\n - **Free and Open Source under the Apache V2 License**\n\n#### Future Features*\n - Draw and Extrude Custom Profiles\n - Easily Install for Offline-use as a Progressive Web App\n\n## Getting Started with Development\nInstall [Node.js](https://nodejs.org/en/) first, then run `npm install` in the main folder.\n\nFor development, [VSCode](https://code.visualstudio.com/) with [Five Server](https://marketplace.visualstudio.com/items?itemName=yandeu.five-server) is recommended.\n\n\n## Credits\n\nLeapShape is based on several powerful libraries\n\n - [three.js](https://github.com/mrdoob/three.js/) (3D Rendering Engine)\n - [opencascade.js](https://github.com/donalffons/opencascade.js) (CAD Kernel)\n - [potpack](https://github.com/mapbox/potpack) (UV Atlas Packing)\n - [leapjs](https://github.com/leapmotion/leapjs) (Ultraleap Hand Tracking)\n - [esbuild](https://github.com/evanw/esbuild) (Build System)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleapmotion%2Fleapshape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleapmotion%2Fleapshape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleapmotion%2Fleapshape/lists"}