Ultra minimal infinite scratch-pad for Linux.
I've always wanted a really simple scratchpad program that has the following (anti-)features:
- Focused
- no tools, including:
- eraser
- brushes
- selection tool
- text input
- color picker
- no distracting UI elements like tool bars, status bars, grids, and such
- no tools, including:
- Reasonably quick
- Infinite canvas
- not limited to a predetermined canvas size
- Simple controls
- Draw (Left click)
- Undo (
<c-z>
) - Zoom (scroll)
- Pan (Right click and drag)
Just run the program and use your mouse to draw.
Edit the source and rebuild.
Clone the repo and run nix build
, or just nix run github:nthnd/scratchrat
- Clone the repo.
- Make sure you have Raylib version > 5.0
- Run
make scratchrat
- Copy the
scratchrat
binary somewhere into your$PATH