{"id":13401834,"url":"https://github.com/kkoomen/pointless","last_synced_at":"2025-04-08T09:07:51.602Z","repository":{"id":37741378,"uuid":"489889160","full_name":"kkoomen/pointless","owner":"kkoomen","description":"An endless drawing canvas desktop app made with Tauri (Rust) and React 🎨 ✍️","archived":false,"fork":false,"pushed_at":"2024-06-19T07:42:27.000Z","size":9653,"stargazers_count":1482,"open_issues_count":15,"forks_count":86,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-01T07:49:32.684Z","etag":null,"topics":["canvas","cross-platform","desktop","drawing","endless","linux","macos","react","reactjs","rust","tauri","windows"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kkoomen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"kkoomen","custom":["https://paypal.me/koomenk","https://buymeacoff.ee/kkoomen"]}},"created_at":"2022-05-08T08:37:39.000Z","updated_at":"2025-03-31T05:45:55.000Z","dependencies_parsed_at":"2023-02-18T16:01:51.691Z","dependency_job_id":"d0cd55b5-09fb-47d6-aa84-de93ecf3fc21","html_url":"https://github.com/kkoomen/pointless","commit_stats":{"total_commits":187,"total_committers":4,"mean_commits":46.75,"dds":"0.12834224598930477","last_synced_commit":"ad0c7d11cd2de61292abc97d205c455a10eb52a3"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkoomen%2Fpointless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkoomen%2Fpointless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkoomen%2Fpointless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkoomen%2Fpointless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkoomen","download_url":"https://codeload.github.com/kkoomen/pointless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809962,"owners_count":20999816,"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":["canvas","cross-platform","desktop","drawing","endless","linux","macos","react","reactjs","rust","tauri","windows"],"created_at":"2024-07-30T19:01:07.755Z","updated_at":"2025-04-08T09:07:51.583Z","avatar_url":"https://github.com/kkoomen.png","language":"JavaScript","readme":"![logo](./screenshots/banner.jpg)\n![app](./screenshots/app.png)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/kkoomen/pointless/tests.yml\" alt=\"tests build status\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/v/tag/kkoomen/pointless?label=version\" alt=\"Latest version\" /\u003e\n  \u003ca href=\"https://github.com/kkoomen/pointless/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/kkoomen/pointless.svg\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Introduction](#introduction)\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Development](#development)\n- [Creating a build](#creating-a-build)\n- [FAQ](#faq)\n- [License](#license)\n\n# Introduction\n\nPointless is an endless drawing canvas that provides useful features when you're\nin need for a simple whiteboard/note app.\n\nIt is build using Tauri (Rust) and React with a pure SVG canvas and local files\nare saved with brotli-unicode compression to ensure small file sizes.\n\n:package: If you want to use the app, grab yourself a prebuild binary\n[here](https://github.com/kkoomen/pointless/releases/latest) and enjoy!\n\nArch linux users can use the pointless [AUR](https://aur.archlinux.org/packages/pointless) package.\n\n:handshake: Feel like contributing? Submit an issue with your ideas (or bugs) and\nwe'll discuss it.\n\n# Features\n\n- [x] Export individual papers\n  - [x] PNG\n  - [x] JPEG\n  - [x] SVG\n- [ ] Toolbar\n  - [x] Undo\n  - [x] Redo\n  - [x] Pan\n  - [x] Clear\n  - [x] Zoom in\n  - [x] Zoom out\n  - [x] Scale to fit\n  - [x] Create arrow shapes\n  - [x] Create rectangle shapes\n  - [x] Create ellipse shapes\n  - [x] Selection\n    - [x] Move selected shapes\n    - [x] Change color of selected shapes\n    - [x] Copy/paste selected shapes\n  - [ ] Text\n- [x] Create folders\n- [x] Local file state persistence\n- [x] Light/dark theme\n- [x] Basic touch support\n\n# Prerequisites\n\n- [NodeJS](https://nodejs.org)\n- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)\n- [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)\n\n# Installation\n\n```\n$ git clone https://github.com/kkoomen/pointless.git \u0026\u0026 cd pointless\n$ yarn install\n```\n\n# Development\n\nStarting the development server can be done with `yarn run tauri dev`\n\n# Creating a build\n\nCreating a build can simply be done with `yarn run tauri build`\n\n# FAQ\n\n- **Pointless.app is damaged and can't be opened:** This mac issue occurs\n  because non-signed apps are blocked. You can fix this by running\n  `xattr -cr /Applications/Pointless.app` and then open the app again.\n\n# License\n\nPointless is licensed under the GPL-3.0 license.\n","funding_links":["https://github.com/sponsors/kkoomen","https://paypal.me/koomenk","https://buymeacoff.ee/kkoomen"],"categories":["JavaScript","Applications","Apps"],"sub_categories":["Utilities","Open Source"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkoomen%2Fpointless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkoomen%2Fpointless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkoomen%2Fpointless/lists"}