Tech Experiments

Technical Experiments (unsorted, uploaded directly). May be unfit for mobile and/or lack navigation.

Force Graph, D3 v4

Graph drawn via a force-layout simulation. Uses D3 v4 as external dependency. Contrasts with the v7 page, as being read-only, simpler.

Force Graph, D3 v7

Graph drawn via a force-layout simulation. Uses D3 v7 as external dependency. Contrasts with the v4 page, dynamically reflecting changes to the underlying data.

DOM 3D Transform

Demonstration of using CSS transforms to display standard HTML Elements as 3D models.

DOM Editing

DOM editing context-menu

DOM Merkle Tree

Demo of traversing the DOM post-order, assigning ID by hashing which makes properties of Merkle trees.

DOM WASD

Keyboard controls to move an element in SVG, vanilla JS memo.

DOM Humanoid / Sanaa

SVG Humanoid, inspired by Sanaa People. Form to rotate articulations, transfering the rotation down the limb.

URLs

Parsing URL Queries within the page, via Javascript - a requirement for it to have any effect on the page, unlike URL Fragments.