Re: [racket-users] Help designing a library like 2htdp/image

2019-07-02 Thread Dwayne Crooks
awing toolkit, which is > similar to many other retained-mode graphics libraries such as Cairo. > > Sam > > On Tue, Jul 2, 2019 at 1:57 PM Dwayne Crooks > wrote: > > > > I'd like to implement a library like the image teachpack. > > > > What

[racket-users] Help designing a library like 2htdp/image

2019-07-02 Thread Dwayne Crooks
I'd like to implement a library like the image teachpack . - What domain knowledge would help me to think through the implementation details? - Are there any papers or tutorials that explain the implementation of 2htdp/image or