Questions tagged [rune.js]

Rune.js is a JavaScript library for programming graphic design systems with SVG in the browser or node.js.

Rune.js is a JavaScript library for programming graphic design systems with SVG in the browser or node.js. It features a chainable drawing API, an unobtrusive scene graph, and a range of features aimed specifically at graphic designers: native support for color conversion, grid systems, typography, pixel iteration, as well as an expanding set of computational geometry helpers. Oh, and it uses virtual-dom under the hood.

1 questions
1
vote
1 answer

Making a simple Javascript version of a gaussian distribution

I am trying to draw a series of rectangles (or lines) that follow the height of a gaussian curve. I will need to tweak the distribution manually, because I want to accomplish the very specific curve attached - where it goes up to a spike and back…
EJW
  • 604
  • 2
  • 10
  • 22