# Vector Drawing Library for Hoot

**URL:** https://community.spritely.institute/t/vector-drawing-library-for-hoot/809
**Category:** Agency & Applications
**Tags:** hoot
**Created:** [March 20, 2026, 4:55pm UTC](https://community.spritely.institute/t/vector-drawing-library-for-hoot/809 "2026-03-20T16:55:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![spenc](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.spritely.institute/spenc/32/380_2.png) [@spenc](https://community.spritely.institute/u/spenc)
#### Post date: [March 20, 2026, 4:55pm UTC](https://community.spritely.institute/t/vector-drawing-library-for-hoot/809/1 "2026-03-20T16:55:21Z")

</div>

Is there a vector drawing library you’d recommend similar to rackets 2htdp/image?

---

<div class="post-metadata">

### Author: ![dthompson](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.spritely.institute/dthompson/32/95_2.png) [@dthompson](https://community.spritely.institute/u/dthompson)
#### Post date: [March 20, 2026, 5:57pm UTC](https://community.spritely.institute/t/vector-drawing-library-for-hoot/809/2 "2026-03-20T17:57:02Z")

</div>

I’m sure this would need some patching to work on Hoot but [Guile Picture Language](https://elephly.net/guile-picture-language/) comes to mind. It works by creating SVG so I think it has the potential to integrate really nicely into a web application.

---

<div class="post-metadata">

### Author: ![spenc](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.spritely.institute/spenc/32/380_2.png) [@spenc](https://community.spritely.institute/u/spenc)
#### Post date: [April 9, 2026, 6:57am UTC](https://community.spritely.institute/t/vector-drawing-library-for-hoot/809/3 "2026-04-09T06:57:23Z")

</div>

I’m attempting to try this out- where do you see the SVG output? I wasn’t able to find a reference to that in the manual

---

<div class="post-metadata">

### Author: ![dthompson](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.spritely.institute/dthompson/32/95_2.png) [@dthompson](https://community.spritely.institute/u/dthompson)
#### Post date: [April 9, 2026, 8:19pm UTC](https://community.spritely.institute/t/vector-drawing-library-for-hoot/809/4 "2026-04-09T20:19:35Z")

</div>

IIRC it will create temporary files with the resulting image data, but it’s been awhile since I’ve used it. The fancy image rendering you see in the screenshot on the home page is only supported in Emacs with the Geiser extension.
