diff --git a/assets/neomatrixology_msdf.png b/assets/neomatrixology_msdf.png new file mode 100644 index 0000000..861bcc6 Binary files /dev/null and b/assets/neomatrixology_msdf.png differ diff --git a/js/config.js b/js/config.js index b5973b8..4dbaaf3 100644 --- a/js/config.js +++ b/js/config.js @@ -50,6 +50,11 @@ const fonts = { glyphSequenceLength: 38, glyphTextureGridSize: [8, 5], }, + neomatrixology: { + glyphMSDFURL: "assets/neomatrixology_msdf.png", + glyphSequenceLength: 12, + glyphTextureGridSize: [4, 4], + } }; const textureURLs = { @@ -128,6 +133,18 @@ const versions = { animationSpeed: 0.5, width: 40, }, + neomatrixology: { + font: "neomatrixology", + animationSpeed: 0.8, + width: 40, + palette: [ + { color: hsl(0.15, 0.9, 0.0), at: 0.0 }, + { color: hsl(0.15, 0.9, 0.2), at: 0.2 }, + { color: hsl(0.15, 0.9, 0.7), at: 0.7 }, + { color: hsl(0.15, 0.9, 0.8), at: 0.8 }, + ], + cursorColor: rgb(2, 2, 1) + }, operator: { cursorColor: { space: "rgb", values: [1.0, 3, 1.5] }, bloomSize: 0.6,