{"id":26601023,"url":"https://github.com/shift-editor/shift","last_synced_at":"2025-04-09T19:17:02.304Z","repository":{"id":276825915,"uuid":"900646101","full_name":"shift-editor/shift","owner":"shift-editor","description":"A cross-platform font editor built in Rust and TypeScript using the Tauri framework","archived":false,"fork":false,"pushed_at":"2025-03-28T21:56:36.000Z","size":6926,"stargazers_count":100,"open_issues_count":10,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-09T19:16:56.146Z","etag":null,"topics":["fonts","rust","tauri","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shift-editor.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":"2024-12-09T07:56:14.000Z","updated_at":"2025-04-07T19:41:16.000Z","dependencies_parsed_at":"2025-02-10T17:35:17.402Z","dependency_job_id":"2d3c9c0e-f0d0-4b9d-9b62-62d0e1333b23","html_url":"https://github.com/shift-editor/shift","commit_stats":null,"previous_names":["kostyafarber/shift","shift-editor/shift"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift-editor%2Fshift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift-editor%2Fshift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift-editor%2Fshift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift-editor%2Fshift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shift-editor","download_url":"https://codeload.github.com/shift-editor/shift/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094988,"owners_count":21046770,"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":["fonts","rust","tauri","typescript"],"created_at":"2025-03-23T18:36:27.254Z","updated_at":"2025-04-09T19:17:02.276Z","avatar_url":"https://github.com/shift-editor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg width=150 src=\"https://github.com/user-attachments/assets/521e2732-341d-441d-bb6d-bf7bcdccf764\" /\u003e\n    \u003ch1 align=\"center\"\u003e\u003cb\u003eShift\u003c/b\u003e\u003c/h1\n\u003e\n    \u003cp\u003eA modern, cross-platform font editor built with TypeScript and Rust, focused on bringing contemporary technologies and design principles to type design.\u003c/p\u003e\n   \n  ![image](https://github.com/user-attachments/assets/ff850488-3413-4b46-a4c8-c2344db0dc0e)\n  \n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Why Shift?\n\nShift aims to redefine font editing by combining the power of Rust for performance-critical tasks with the flexibility of web-based UI technologies. Whether you're a type designer or a developer, Shift offers a fresh approach to creating and editing fonts with a focus on speed, precision, and extensibility.\n\n\u003e [!IMPORTANT]\n\u003e Shift is in a pre-alpha state and is currently only suitable for developers interested in contributing to the project\n\n## Architecture\n\nShift uses the Tauri framework:\n\n- **UI**: Uses React and Vite for components around the canvas\n- **Rendering**: Webview based UI utilising the HTML canvas and rendered with CanvasKit (Skia) for high-quality graphics\n- **State management**: Zustland for global React state mangement\n- **Backend**: Rust for high-intensive operations and font related processing\n\n## Getting Started\n\n### Prerequisites\n\n- **Rust** (1.70 or later): [Install Rust](https://www.rust-lang.org/tools/install)\n- **pnpm** (1.0 or later): [Install pnpm](https://pnpm.io/installation)\n- **typescript** (5.8 or later, also known as tsc): [Install typescript](https://www.typescriptlang.org/download)\n- **node.js** (23.10 or later): [Install node.js](https://nodejs.org/en/download)\n- **System Dependencies**:\n  - **Windows**: Microsoft Visual C++ Build Tools, WebView2\n  - **macOS**: Xcode Command Line Tools (`xcode-select --install`)\n  - **Linux**: WebKit2GTK (`libwebkit2gtk-4.0-dev`) and build essentials\n\n### Quick Start\n\n1. **Clone the repository**:\n\n```bash\ngit clone https://github.com/shift-editor/shift.git\ncd shift\n```\n\n2. **Install dependencies**:\n\n```bash\npnpm install\n```\n\n3. **Run the development server**:\n\n```bash\npnpm dev:app\n```\n\n### Build for Production\n\n```bash\npnpm build:app\n\n```\n\n### Common Issues\n\n- If you encounter build errors, ensure you have all system dependencies installed\n- For Linux users, make sure WebKit2GTK development libraries are installed\n- For detailed troubleshooting, check the [Tauri docs](https://v1.tauri.app/v1/guides/getting-started/prerequisites/)\n\n## Development Roadmap\n\nWe aim to implement the typical features present in font editors such as FontForge, Glyphs, RobotFont etc.\n\n## License\n\n[GNU General Public License (GPL) v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)\n\nCopyright © 2025 Kostya Farber. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshift-editor%2Fshift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshift-editor%2Fshift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshift-editor%2Fshift/lists"}