Creating a tiny async framework Async programming has stirred the Python community in the past years. Some people adore the performance and elegant code, others hate how it requires *all* your code to be async. This post looks into what async does by creating a tiny async framework. read more ... Rendering thick lines with dashes Rendering lines on the GPU is notoriously non-trivial. Especially if
