Giter Club home page Giter Club logo

paint's People

Contributors

christianliebel avatar dependabot[bot] avatar jogibear9988 avatar shreypatel13ll avatar thorstenhans avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

paint's Issues

Extract document area

Currently, the document area (toolbars + canvas) lives inside the app. The document area should be extracted to an own component to declutter the app element.

Press style for tools

Tool buttons have a separate style when they are pressed. Currently, only unselected/selected are supported.

Test overflow scenarios

What happens if the window is too small and the toolbar/statusbar/menubar/menu… overflows?

Paint context architecture

Currently, primary/secondary color selections are separate events. Tool selection is not implemented yet. It may make sense to use a single paint-context instance that is shared across components.

  • Tools API
  • Tool instance
  • Color determination

Add cursor graphics

Please note all graphics must be recreated. Assets may not be copied 1:1.

Implement menus

  • Simple menu
  • Disabled items
  • Checked items (consider dark mode, #13)
  • Sub menus (draft implemented, no delay yet, consider dark mode, #13)
  • Mnemonics (correctly shown in menus, but don't work currently and not shown in top-level menu)
  • Status bar texts (first draft implemented, should set helpText to empty when hovering a menu)
  • Keyboard support (up/down/left/right, return, esc, mnemonics)
  • Shortcuts
  • Touch support

Implement New Action

  • Check if a document is open/has pending changes
  • Show confirmation box (Save changes to ${DOCUMENT_NAME}? Yes/No/Cancel)

Implement dark mode

All colors are read from the CSS variables in app.js. However, the current variables may not be sufficient.

Implement floating windows

  • "normal" windows required for About, Attributes etc.
  • tool windows required for color box, tool box, and text toolbar
  • mobile capable
  • don't drag windows outside of viewport

Implement Rectangle tool

  • Support stroke drawing without anti-alias issues
  • Support filled drawing
  • Support stroke + fill drawing
  • …also if rectangle is really small

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.