Commit graph

5 commits

Author SHA1 Message Date
Daru13
e51a59b738 Implement a more performant drawing method.
Instead of drawing opaque triangle contours on an empty canvas and
iterating overt its pixels to invert the opacity, use the
globalCompositeOperation property of the canvas to fill the canvas with
white, and draw "transparent" triangle contours.
2019-04-23 02:20:15 +02:00
Daru13
aecc5172de Global rewriting of the triangle mask script.
It now notably includes more constants, animation properties inside the point structure, and an animation halting mechanism (in case drawing is too slow on the user's device).
2019-04-23 01:59:08 +02:00
Daru13
dd2f9a13e7 Globally update of the style and content. 2019-04-16 20:25:49 +02:00
Daru13
4c467a0b2a Start matching the style of the festival.
It includes:
- new fonts;
- a new logo/header;
- a different content;
- color and style changes in the CSS;
- various other small changes.

The update is not finished yet, but this commit already illustrates what it should look like when it is done.
2019-04-14 05:47:13 +02:00
Daru13
18cfb74336 Initial copy of the website of the Nuit 2018 event. 2019-04-14 03:08:24 +02:00