Code Monkey home page Code Monkey logo

fullscreen-pencil-draw's Introduction

FullScreen Pencil Draw

This is a simple yet powerful FullScreen Pencil Draw app built using C++ and the Qt6 framework. It is intended as a demonstration of how to build a graphic editor using Qt6.

Features

  • Draw on a canvas with a customizable brush size and color
  • Use tools such as a pen or eraser
  • Undo and redo functionality
  • Export your creations to PNG or JPG files

Usage

  1. Run the application: ./FullScreen-Pencil-Draw from the terminal, or by double-clicking the executable.
  2. Select the tool you want to use from the toolbar. The available tools are pen and eraser.
  3. Click and drag on the canvas to draw.
  4. You can change the color and size of the tool from the toolbar.
  5. Use the undo and redo buttons to correct mistakes.
  6. Save your creation by clicking the "Save" button, and choose your preferred format (PNG or JPG).

Building the Application

The application uses CMake as a build system, so make sure you have it installed before proceeding.

Here are the instructions to build the application:

# Clone the repository
https://github.com/djeada/FullScreen-Pencil-Draw.git
cd FullScreen-Pencil-Draw

# Create a new build directory and navigate into it
mkdir build
cd build

# Generate the build system files with CMake
cmake ..

# Build the application
make

Now you should have an executable named FullScreen-Pencil-Draw in the build directory.

fullscreen-pencil-draw's People

Contributors

djeada avatar

Watchers

 avatar  avatar  avatar  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.