Skip to content

Instantly share code, notes, and snippets.

View armollica's full-sized avatar

Andrew Mollica armollica

View GitHub Profile
@armollica
armollica / README.md
Last active December 13, 2023 12:29
Convert SVG to Canvas

Convert SVG to canvas on-the-fly.

This article from MDN explains the process: Drawing DOM object into a canvas. This works for any DOM object, not just SVG. Not sure if this is well supported by older browsers. Works on Chrome, Firefox and IE 10 for me. The bar chart is a fork of this block by Mike Bostock: Canvas Bar Chart.

@armollica
armollica / README.md
Last active June 11, 2023 23:12
K-D Tree Nearest Neighbors (k-NN)

k-d tree nearest neighbors search (k-NN). The red dots are the 10 nearest neighbors. Orange dots are scanned and not selected.

Compare with this block that implements a k nearest neighbor search using a quadtree instead of a k-d tree.

The algorithm for this search came from this course handout. Note that the "k" in k-d tree need not be the same number as the "k" in

@armollica
armollica / README.md
Last active April 7, 2023 07:02
K-D Tree Nearest Neighbor

k-d tree nearest neighbor search (1-NN). The red dot is the nearest neighbor. Orange dots are scanned and not selected.

Compare to nearest neighbor search using quadtrees from this block. The k-d tree technique seems to scan more points, although the process of limiting the search set is different so this isn't really a direct measure of which is more efficient.

Here's

@armollica
armollica / .block
Last active February 3, 2023 23:27
Joymap
height: 800
@armollica
armollica / README.md
Last active August 21, 2022 01:51
HSL Decomposition 2
@armollica
armollica / .block
Last active November 8, 2021 21:38
Proj4/WKT + D3
height: 600
@armollica
armollica / .block
Last active September 9, 2021 13:25
Shaded Relief Map
height: 1000
@armollica
armollica / README.md
Last active August 15, 2021 16:21
Rocket League Rank Icons
@armollica
armollica / .DS_Store
Last active December 4, 2020 18:17
Map with Pixi.js + D3
@armollica
armollica / .block
Last active August 7, 2020 17:49
Movie Genre, Rating and Budget
height: 600