Coding

Coding

1999 bookmarks
Newest
Spherical Harmonics | stevejtrettel.site
Spherical Harmonics | stevejtrettel.site
The spherical harmonics are the eigenfunctions of the Laplace operator $\Delta$ on the round 2-dimensional sphere. From this perspective, they are a generalization of the familiar functions $\sin(n x),\cos(nx)$ on the circle, which are eigenfunctions of the 1-dimensional Laplacian $\frac{d^2}{dx^2}$. Unlike $\sin$ and $\cos$ which are determined by a single number (their frequency), spherical harmonics are parameterized by a pair of invariants $\ell,m$. For each non-negative integer $\ell$, there is a spherical harmonic $Y_{\ell m}$ for each integral $m\in[-\ell,\ell]$.
·stevejtrettel.site·
Spherical Harmonics | stevejtrettel.site
Load 3D Models in glTF Format | Discover three.js
Load 3D Models in glTF Format | Discover three.js
Here, we show you how to load complex animated models and add them to your scene. These models were originally created in Blender and exported in glTF format.
·discoverthreejs.com·
Load 3D Models in glTF Format | Discover three.js
Desmos | Graphing Calculator
Desmos | Graphing Calculator
Explore math with our beautiful, free online graphing calculator. Graph functions, plot points, visualize algebraic equations, add sliders, animate graphs, and more.
·desmos.com·
Desmos | Graphing Calculator
glTF Report
glTF Report
Viewer, analysis tool, script editor, and validator for 3D models in glTF 2.0 format.
·gltf.report·
glTF Report
Needle Engine Samples
Needle Engine Samples
Explore and download Needle Engine samples and discover the next generation of 3D web apps
·engine.needle.tools·
Needle Engine Samples
D3
D3
The JavaScript library for bespoke data visualization
·d3js.org·
D3
D3.js Tutorial – Data Visualization for Beginners
D3.js Tutorial – Data Visualization for Beginners
In this article, I'm going to walk you through how to use D3.js in a step by step and beginner-friendly way. We'll talk about what D3.js is, how it works, and we'll create some basic visualizations to add transitions, interactions, and zooming. Table of Contents * Getting Started
·freecodecamp.org·
D3.js Tutorial – Data Visualization for Beginners
Force-Directed Graph, Disjoint / D3 | Observable
Force-Directed Graph, Disjoint / D3 | Observable
When using D3’s force layout with a disconnected graph, you typically want the positioning forces (d3.forceX and d3.forceY) instead of the centering force (d3.forceCenter). The positioning forces, unlike the centering force, prevent detached subgraphs from escaping the viewport.
·observablehq.com·
Force-Directed Graph, Disjoint / D3 | Observable
htmx - high power tools for html
htmx - high power tools for html
htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react
·htmx.org·
htmx - high power tools for html