Essentials


Getting Started


Artist Guides


Rendering Graphics in the Browser

An overview of the different methods with which graphics can be rendered to the browser.


fxhash projects are web based generative artworks that display graphics in the browser. We’ve now had a look at all of the tools that fxhash provides to facilitate this endeavour, and also had a look at the fxhash API that provides helper functions to create a compatible generative artwork. Now we still need to discuss some notions that are related to developing a robust generative artwork, that displays itself properly in the canvas, works across different browsers, and implements some user friendly features. These things aren’t directly related to fxhash, but are quite important to get right.

Technologies for Browser Art

There are primarily two technologies to create graphics in the browser, they are:

Important Notions for making Good fxhash projects

In the following sections we will discuss some of the important notions involved in the creation of a generative artwork for fxhash:

← Previous

Params Definition Specifications

Next →

Canvas Element and Canvas API