LineM is a very easy to use drawing program which provides everything needed to carve lines onto a canvas.
- Choose between the awesome colors available: Radical Red and Pretty Pink
- Morph the brush size with number keys or the mouse scroll
- Watch the mouse cursor automatically adapt to the brush
- !Alien technology!
- Clear the canvas
- Save the canvas
- Cute lines
- Buttons
- Qtools (Qt4)
- Having fun
;; First ensure LineM is in a locatable place.
;; Next decide the width and height of your canvas.
;; Now start LineM and have fun!
(ql:quickload :linem)
(linem:start 640 480)- <Left Click>
- Draw
- <Scroll Up>
- Increase Brush Size
- <Scroll Down>
- Decrease Brush Size
- <1 - 9>
- Set Brush Size
- <s>
- Prompt to Save Image
- <c>
- Prompt to Clear Canvas
- <x>
- Swap Colors
