Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.99 KB

TOOLS.md

File metadata and controls

36 lines (23 loc) · 1.99 KB

Tools

Need help getting started?

'In case it's of interest, enclosed is some code extracted from one of my talks. Start by running "demo.rkt". Someone might be interested to play with it or turn it into something better. Since there is no documentation, that someone would have to read the code to extract the various acceptable values for arguments. The most obvious direction for improvement is that choices like hair style and color should have been separated into different arguments."

Having trouble? - ask a question on racket-users. You can also try stack-overflow and reddit but YMMV.

Libraries that can be used to make images:

How to save a pict

;; convert the 'pict' image to a 'bitmap' image
(define bitmap-waffle (pict->bitmap the-waffle))

;; tell the bitmap waffle to save itself to a .png file
(send bitmap-waffle save-file "images/waffle.png" 'png)

Planet Cute Images

branch