Skip to content

Metaxal/racket-paint

Repository files navigation

racket-paint

A simple paint program written in Racket.

Screenshot from 2021-11-23 22-23-19

Installation

From DrRacket:

  1. Install: In DrRacket, click on File|Install Package… then type racket-paint and Enter.
  2. Launch: In a the interaction window, type (require racket-paint).

Or from the command line:

  1. Install: raco pkg install racket-paint
  2. Launch: racket -l racket-paint

Usage

Everything should be pretty obvious.

Some notes:

  • Right-click on color buttons to change the color (or to pick one from the screen).
  • Press Control when drawing a shape to center it on the coordinate of the first click.
  • Press Shift when drawing a shape to make it square-like.

About

A simple paint program in Racket

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE-APACHE
Unknown
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages