Thanks to visit codestin.com
Credit goes to github.com

Skip to content

WDMoonMoonBird/pointless

 
 

Repository files navigation

logo app

Table of Contents

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.

❗️ Currently, this app can only be build locally. Anytime soon there will be public releases available with prebuild binaries for MacOS, Windows and Linux.

📚 ✍️ Feel like contributing? Submit an issue with your ideas (or bugs) and we'll discuss it.

Features

  • Export as PNG
    • PNG
    • JPEG
    • SVG
  • Toolbar
    • Undo
    • Redo
    • Pan
    • Clear
    • Zoom in
    • Zoom out
    • Scale to fit
    • Create arrow shapes
    • Create rectangle shapes
    • Create ellipse shapes
    • Text
  • Create folders
  • Save/load state from file
  • Light/dark theme
  • Basic touch support

Prerequisites

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

License

Pointless is licensed under the GPL-3.0 license.

About

An endless drawing canvas desktop app made with Tauri (Rust) and React 🎨 ✍️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • CSS 16.8%
  • HTML 1.6%
  • Other 0.5%