{"id":15010634,"url":"https://github.com/daveliepmann/vdquil","last_synced_at":"2025-04-09T18:34:56.707Z","repository":{"id":72104098,"uuid":"13058840","full_name":"daveliepmann/vdquil","owner":"daveliepmann","description":"Visualizing Data (in Quil!)","archived":false,"fork":false,"pushed_at":"2014-02-15T10:42:45.000Z","size":2516,"stargazers_count":75,"open_issues_count":0,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-23T20:37:17.034Z","etag":null,"topics":["clj","clojure","data-visualization","quil","visualize-data"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daveliepmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-24T08:32:31.000Z","updated_at":"2024-05-31T07:49:40.000Z","dependencies_parsed_at":"2023-02-22T06:30:55.264Z","dependency_job_id":null,"html_url":"https://github.com/daveliepmann/vdquil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daveliepmann%2Fvdquil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daveliepmann%2Fvdquil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daveliepmann%2Fvdquil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daveliepmann%2Fvdquil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daveliepmann","download_url":"https://codeload.github.com/daveliepmann/vdquil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248088342,"owners_count":21045695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clj","clojure","data-visualization","quil","visualize-data"],"created_at":"2024-09-24T19:35:09.985Z","updated_at":"2025-04-09T18:34:56.670Z","avatar_url":"https://github.com/daveliepmann.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"vdquil - Visualizing Data (in Quil!)\n======\n\n[Ben Fry](http://benfry.com/)'s\n[Visualizing Data](http://www.amazon.com/Visualizing-Data-Explaining-Processing-Environment/dp/0596514557)\nhas been a lot of fun to work through. However, as an experienced\nprogrammer familiar with Java syntax and concepts, and having already\nplayed with Processing on my own before reading the book, I found that\ndoing the exercises as-is wasn't challenging enough. I decided to have\nsome fun by doing the Processing exercises in Clojure using the most\nexcellent [Quil](https://github.com/quil/quil) library.\n\nSimilar work has been done with Matt Pearson's [Generative Art](https://github.com/quil/quil/blob/master/examples/gen_art/README.md).\n\nMy goals are to exactly match the Processing code's output and to\nwrite idiomatic Clojure. If you find an error (or just something\nnon-idiomatic to Clojure) please contact me via github or via email\n(first name, period, last name, gmail). Pull requests welcome too.\n\n### Running the exercises\nTo see these sketches in action, first walk through the preprocessing, then data, then figures. For example, for Chapter 5:\n\n 1. Evaluate the expressions in _ch5preprocessing.clj_ first. (The\n    team images and figure 8 data are already included in the git\n    repository, so you can skip this step if you cloned the\n    `/resources folder of this repo.) Change sample data (e.g. dates)\n    as desired. Note that the second section (grabbing data across a\n    date range) is not needed until figure 8.\n 1. Evaluate the expressions in _ch5data.clj_.\n 1. Evaluate the expressions in _figure5-6.clj_. If you want to\n    compare different versions of the sketch, comment out the marked\n    code blocks.\n\nCompare my code output to that of the original by downloading\n[the Processing source](http://benfry.com/writing/archives/3) and\nrunning the examples on your machine. If you have any questions drop\nme a line.\n\n### Screenshots!\nThat's all well and good, but what if you just want to see what this\nstuff looks like without the hassle of running the code yourself?\nWell, that's too bad, because you're missing out on a lot of cool\ninteractivity. But here are some screenshots to hold you over.\n\n**Chapter 3** - Plotting (arbitrary) data spatially:\n\n![Screenshot of Chapter 3, figure 7](https://github.com/daveliepmann/vdquil/blob/master/src/vdquil/chapter3/ch3fig7.png?raw=true \"Chapter 3 figure 7 screenshot\")\n\n**Chapter 4** - Graphing milk, tea, and coffee prices as a time series:\n\n![Screenshot of Chapter 4, figure 14](https://github.com/daveliepmann/vdquil/blob/master/src/vdquil/chapter4/ch4fig14.png?raw=true \"Chapter 4 figure 14 screenshot\")\n\n**Chapter 5** - Correlating separate win/loss and salary datasets for Major League Baseball teams:\n\n![Screenshot of Chapter 5, figure 8](https://github.com/daveliepmann/vdquil/blob/master/src/vdquil/chapter5/ch5fig8.png?raw=true \"Chapter 5 figure 8 screenshot\")\n\n**Chapter 6:** Mapping zipcodes as a scatterplot:\n![Screenshot of Chapter 6, whole map](https://github.com/daveliepmann/vdquil/blob/master/src/vdquil/chapter6/ch6-USA.png?raw=true \"Chapter 6 whole map screenshot\")\n\n![Screenshot of Chapter 6, zoomed in](https://github.com/daveliepmann/vdquil/blob/master/src/vdquil/chapter6/ch6-michigan.png?raw=true \"Chapter 6 zoomed in screenshot\")\n\n**Chapter 7:** Treemapping word usage in Mark Twain's *Following the Equator*:\n![Screenshot of Chapter 7, figure 2](https://github.com/daveliepmann/vdquil/blob/master/src/vdquil/chapter7/word-treemap.png?raw=true\n\"Chapter 7, word usage in Twain's Following the Equator, displayed as\na treemap\")\n\n### Attribution\nThis project is based on code and examples in *Visualizing Data, First Edition* by Ben Fry, copyright 2008 Ben Fry, 9780596514556.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaveliepmann%2Fvdquil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaveliepmann%2Fvdquil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaveliepmann%2Fvdquil/lists"}