WebGL does not support wide lines natively, so I created my own — A few weeks ago, I discovered during Ludum Dare that, unlike OpenGL, WebGL does not support drawing lines wider than 1 pixel, which meant I wasn’t able to create the effect that I wanted during the event. To not repeat this scenario, I worked on a custom solution for drawing…