28 Nov 2022People sometimes ask me how I write my interactive tutorials. I can point at the HTML+CSS+JS but that doesn't show the process. On this page I'll recreate the first half of my circle drawing tutorial, showing an implementation using Vue.js v2[1]. The implementation style here will be similar if you use Vue v3 or React or Preact or Lit or Svelte etc. I also have another page showing an implementation using the D3.js/jQuery imperative style.| www.redblobgames.com
Amit has crazy thoughts.| amitp.blogspot.com
Emacs 29 introduces tree-sitter support, a powerful parsing library that enhances its understanding of source code. With this integration, Emacs gains features like precise syntax highlighting, accurate indentation and easier extensibility. Here's how you install and configure Emacs with tree-sitter support.| Mastering Emacs
Guide to math, algorithms, and code for hexagonal grids in games| www.redblobgames.com
I like to try various things out in my editor to see if they're useful. Most are interesting but not useful. On my guide to hexagons I use...| amitp.blogspot.com