Giter Club home page Giter Club logo

quad's Introduction

Quad

quad

Introduction

Quad is a simple program to create pixel art sprites and animations. Its main goal is to be simple, yet powerful and not overengineered. Quad was created using Rust, Tauri framework and TypeScript.

  • Quad supports layers and animation frames.
  • Export to PNG, GIF.
  • Import PNG, JPG and automatically scale it.
  • 18 different tools (Mirror, Bucket, Scissors, Primitive Shapes…)
  • Undo/Redo actions.
  • RGB, HSL, HEX colors

Keybindings

manual

Compilation

You need to have NPM (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) and rustup (https://rustup.rs/) installed.

  1. Choose Rust version and make it default.
rustup default stable
  1. Clone the code, change directory.
git clone https://github.com/B1azA/quad
cd quad
  1. Install npm packages.
npm install
  1. Install all dependencies (https://tauri.app/v1/guides/getting-started/prerequisites/).

  2. Build the app. The executable is located in "src-tauri/target/release".

npm run tauri build
  1. If you want to start a local development server, run:
npm run tauri dev

quad's People

Contributors

b1aza avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.