Jens Axel Søgaard

Results 128 issues of Jens Axel Søgaard

Improve support for shapes. createShape, loadShape, PShape, shape and shapeMode

enhancement

@all-contributors please add @joskoot for code

Before size is called, we have a dummy bitmap-dc so stroke, fill etc works. When the start is called by the gui, a new bitmap with the correct size is...

bug

P. has a 5 argument version of `image` that scales the image before drawing it.

enhancement
good first issue
nice to have

Maybe a plugin for DrRacket? Make the examples easily accessible from a menu in DrRacket. Other?

help wanted
nice to have

The program below ought to show no cursor, when the mouse is pressed, but that doesn't happen. ``` #lang sketching ;; Press the mouse to hide the cursor (define (setup)...

help wanted

Extend the reader to allow color literals `#xxxxxx` where each x is a hexadecimal digit. - notes: coud be done with a reader macro Note: Having this syntax would make...

enhancement
nice to have

Implement the 8 argument version of rect: rectangles with rounded corners of different radii. Also, update the manual to show an example of this.

enhancement
good first issue

Check the examples and the implementation of draw-point. Test whether the projecting cap actually draws a point. (It ought to).

documentation

The `background` functions needs to support images too.

enhancement