mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 14:19:30 -07:00
Trinity tweak and updated the readme
This commit is contained in:
@@ -110,9 +110,11 @@ Now you know link fu. Here's a list of customization options:
|
|||||||
|
|
||||||
---
|
---
|
||||||
### Future directions
|
### Future directions
|
||||||
- TODO: discuss audio
|
|
||||||
- TODO: discuss plans for a GUI
|
This project is still in active development, but some upcoming features are worth mentioning.
|
||||||
- TODO: discuss the practical challenges of "putting text in there" when the glyphs are a limited set of SDFs
|
|
||||||
|
- **An audio element.** Things make sounds, don't they? Yes, they do, especially in movies. And while silence is precious, there are plans to provide a setting that introduces some kind of pleasant audio treatment to the effect.
|
||||||
|
- **A user interface that isn't a URL.** This project supports a lot of configurable options under the hood, and it would be wise to add a fun looking UI that exposes them all to visitors in an intuitive way.
|
||||||
|
|
||||||
---
|
---
|
||||||
### Contributions
|
### Contributions
|
||||||
|
|||||||
12
js/config.js
12
js/config.js
@@ -259,12 +259,12 @@ const versions = {
|
|||||||
bugs: {
|
bugs: {
|
||||||
font: "resurrections",
|
font: "resurrections",
|
||||||
glintTexture: "sand",
|
glintTexture: "sand",
|
||||||
baseTexture: "metal",
|
baseTexture: "sand",
|
||||||
glyphEdgeCrop: 0.1,
|
glyphEdgeCrop: 0.1,
|
||||||
cursorColor: [0.6, 1, 2],
|
cursorColor: [0.6, 1, 2],
|
||||||
isolateGlint: true,
|
isolateGlint: true,
|
||||||
glintColor: [0.6, 2, 3],
|
glintColor: [0.6, 1.2, 3],
|
||||||
glintBrightness: -2,
|
glintBrightness: -1,
|
||||||
glintContrast: 3,
|
glintContrast: 3,
|
||||||
baseBrightness: -0.3,
|
baseBrightness: -0.3,
|
||||||
baseContrast: 1.5,
|
baseContrast: 1.5,
|
||||||
@@ -274,9 +274,9 @@ const versions = {
|
|||||||
bloomStrength: 0.7,
|
bloomStrength: 0.7,
|
||||||
fallSpeed: 0.3,
|
fallSpeed: 0.3,
|
||||||
paletteEntries: [
|
paletteEntries: [
|
||||||
{ hsl: [0.1, 0.7, 0.0], at: 0.0 },
|
{ hsl: [0.12, 0.5, 0.0], at: 0.0 },
|
||||||
{ hsl: [0.1, 0.7, 0.1], at: 0.3 },
|
{ hsl: [0.12, 0.7, 0.1], at: 0.3 },
|
||||||
{ hsl: [0.12, 0.7, 0.5], at: 1.0 },
|
{ hsl: [0.13, 0.7, 0.5], at: 1.0 },
|
||||||
],
|
],
|
||||||
cycleSpeed: 0.01,
|
cycleSpeed: 0.01,
|
||||||
volumetric: true,
|
volumetric: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user