100% JavaScript-Free

In this article, I’ll aim to explain both why I chose not to use any client-side JavaScript when building Swift by Sundell, and why I thought that it was important to emphasize that fact at the bottom of every page. Read more

Similar

Procedural Texture Generator in JavaScript

The code snippets are powered by the Klipse plugin. First, let's load texgen.js - a Procedural Texture Generator javascript library - from github: Object.keys(TG).length; function render(texture) { container.innerHTML = ""; container.appendC...

Read more »