Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Implemented menubar
  • Loading branch information
neauoire committed Mar 25, 2020
1 parent 060af49 commit 1787fb0
Show file tree
Hide file tree
Showing 8 changed files with 1,694 additions and 96 deletions.
97 changes: 41 additions & 56 deletions README.md
@@ -1,58 +1,43 @@
# Noodle
NOODLE

We could not find a decent webpage to draw quick line doodles, so here's one.

<img src='https://raw.githubusercontent.com/hundredrabbits/Noodle/master/PREVIEW.jpg' width="600"/>

## Canvas Size

To create a canvas of a specific size, use the url hash, like `index.html#720x405`

## Controls

### Mode

- `1`: Use trace
- `2`: Use tone
- `3`: Use block
- `4`: Use circle
- `5`: Use hor
- `6`: Use ver
- `7`: Use dot
- `8`: Use deco

### Move

- `w`: Move up
- `s`: Move down
- `a`: Move left
- `d`: Move right
- `q`: Center

### Brush
---------------

- `z`: Increase Size
- `x`: Decrease Size
- `Shift`: Erase
- `Alt`: Drag

### Effect

- `i`: Invert
- `f`: Flip

### File

- `o`: Import
- `e`: Export

### Filter

- `Escape`: Correct
- `Tab`: Clean

## Ecosystem

- [Poodle](https://hundredrabbits.github.io/Poodle/), scene
- [Noodle](https://hundredrabbits.github.io/Noodle/), sketch
- [Moogle](https://hundredrabbits.github.io/Moogle/), crop
We could not find a decent webpage to draw quick line doodles, so here's one.
To create a canvas of a specific size, use the url hash, like index.html#720x405

Controls

∷ Toggle Menubar Tab
∷ Open Theme ^Shift+O
∷ Reset Theme ^Backspace
File New ^N
File New(fit) ^Shift+N
File Import ^O
File Export ^S
Filter Correct Escape
Filter Clean Space
Move Move up W
Move Move down S
Move Move left A
Move Move right D
Move Center Q
Mode Trace 1
Mode Tone 2
Mode Block 3
Mode Circle 4
Mode Horizontal line 5
Mode Vertical line 6
Mode Dot 7
Mode Deco 8
Brush Increase Size Z
Brush Decrease Size X
Brush Erase Shift
Brush Drag Alt
Effect Invert I
Effect Flip F

Extras

- Themes: https://github.com/hundredrabbits/Themes
- Support: https://patreon.com/100
- Pull Requests are welcome!

0 comments on commit 1787fb0

Please sign in to comment.