raphlinus.github.io icon indicating copy to clipboard operation
raphlinus.github.io copied to clipboard

Raph's personal blog

Results 15 raphlinus.github.io issues
Sort by recently updated
recently updated
newest added

Use the same technique as Vello stroke expansion to get Béziers to Euler spirals, but then subdivide to arcs. Will probably be combined with #100 as a multifunction interactive diagram,...

This contains a prototype of Euler spiral based offset and flatten, and will become an interactive figure in the corresponding blog post.

Following from our [discussion on Zulip](https://xi.zulipchat.com/#narrow/stream/260979-kurbo/topic/More.20thoughts.20on.20cubic.20fitting/near/423000088), below are some suggestions for the blog post [Fitting cubic Bézier curves](https://github.com/raphlinus/raphlinus.github.io/blob/main/_posts/2021-03-09-bezier-fitting.md). I am posting them here so that they are not lost, but...

This is a *very* rough draft and will be substantially rewritten. But I'm sharing it in this form because I'm not sure when I'll finish it, and there might be...

A followup to [the compositor is evil] and [Advice for the next dozen Rust GUIs]. Goals: modern appearance (transparency etc), cross-platform, ability to embed video/3d/other content, power-efficiency. Other assumptions: our...

Hi , @raphlinus , I am reading this article[Towards GPGPU JSON parsing](https://raphlinus.github.io/personal/2018/05/10/toward-gpu-json-parsing.html) ,which I really got a lot of inspiration and very thanks for sharing; But I got a confusion,...

This is an early draft, partly to get the ideas written down. Also note, SVG figures are inline, and have been written by hand. This seems to work reasonably well....

`` blocks in the minima theme have no attributes applied; which means they're not aligned with other paragraphs. This commit adds properties to detail matching those of other block types...

A fictional story to illuminate an aspect of quality in software engineering, told as a sequence of three sudoku solvers. The two main points I'm trying to get across are:...

As something of a complement to Colin's [hyperbezier pen tool] post, I want to do one on the math of the curve family itself. Obviously there's a technical core, presenting...