Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkoomen/pointless
An endless drawing canvas desktop app made with Tauri (Rust) and React 🎨 ✍️
https://github.com/kkoomen/pointless
canvas cross-platform desktop drawing endless linux macos react reactjs rust tauri windows
Last synced: 26 days ago
JSON representation
An endless drawing canvas desktop app made with Tauri (Rust) and React 🎨 ✍️
- Host: GitHub
- URL: https://github.com/kkoomen/pointless
- Owner: kkoomen
- License: gpl-3.0
- Created: 2022-05-08T08:37:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T07:42:27.000Z (5 months ago)
- Last Synced: 2024-09-26T19:09:15.725Z (about 1 month ago)
- Topics: canvas, cross-platform, desktop, drawing, endless, linux, macos, react, reactjs, rust, tauri, windows
- Language: JavaScript
- Homepage:
- Size: 9.21 MB
- Stars: 1,395
- Watchers: 13
- Forks: 85
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - kkoomen/pointless - An endless drawing canvas desktop app made with Tauri (Rust) and React 🎨 ✍️ (JavaScript)
- awesome-tauri - Pointless - Endless drawing canvas. (Applications / Utilities)
README
![logo](./screenshots/banner.jpg)
![app](./screenshots/app.png)# Table of Contents
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Development](#development)
- [Creating a build](#creating-a-build)
- [FAQ](#faq)
- [License](#license)# Introduction
Pointless is an endless drawing canvas that provides useful features when you're
in need for a simple whiteboard/note app.It is build using Tauri (Rust) and React with a pure SVG canvas and local files
are saved with brotli-unicode compression to ensure small file sizes.:package: If you want to use the app, grab yourself a prebuild binary
[here](https://github.com/kkoomen/pointless/releases/latest) and enjoy!Arch linux users can use the pointless [AUR](https://aur.archlinux.org/packages/pointless) package.
:handshake: Feel like contributing? Submit an issue with your ideas (or bugs) and
we'll discuss it.# Features
- [x] Export individual papers
- [x] PNG
- [x] JPEG
- [x] SVG
- [ ] Toolbar
- [x] Undo
- [x] Redo
- [x] Pan
- [x] Clear
- [x] Zoom in
- [x] Zoom out
- [x] Scale to fit
- [x] Create arrow shapes
- [x] Create rectangle shapes
- [x] Create ellipse shapes
- [x] Selection
- [x] Move selected shapes
- [x] Change color of selected shapes
- [x] Copy/paste selected shapes
- [ ] Text
- [x] Create folders
- [x] Local file state persistence
- [x] Light/dark theme
- [x] Basic touch support# Prerequisites
- [NodeJS](https://nodejs.org)
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)
- [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)# Installation
```
$ git clone https://github.com/kkoomen/pointless.git && cd pointless
$ yarn install
```# Development
Starting the development server can be done with `yarn run tauri dev`
# Creating a build
Creating a build can simply be done with `yarn run tauri build`
# FAQ
- **Pointless.app is damaged and can't be opened:** This mac issue occurs
because non-signed apps are blocked. You can fix this by running
`xattr -cr /Applications/Pointless.app` and then open the app again.# License
Pointless is licensed under the GPL-3.0 license.