Skip to content

SThor/PaperAndPencil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperAndPencil

A Processing library for creating paper textures and pencil-like drawing effects. It simulates natural drawing techniques through various methods that add randomness and imperfection to standard geometric shapes.

Features

  • Paper texture generation with customizable properties
  • Pencil-like drawing effects with natural variation
  • Support for basic shapes:
    • Lines with natural pencil stroke appearance
    • Circles and arcs with sketchy effects
    • Filled shapes with pencil-like textures
  • Print mode for high-quality output
  • Adjustable opacity and stroke properties

Installation

Clone this repository into your Processing libraries folder:

  • Windows: %UserProfile%\Documents\Processing\libraries\
  • macOS: ~/Documents/Processing/libraries/
  • Linux: ~/sketchbook/libraries/
cd [libraries-path]    # Use the path for your OS from above
git clone https://github.com/SThor/PaperAndPencil.git PaperAndPencil

Usage

See the included example sketch in examples/BasicExample/BasicExample.pde for a demonstration of all features and capabilities.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

PaperAndPencil © 2025 by Silma Thoron is licensed under CC BY 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/

About

Processing library for paper & pencil textures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages