You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-7Lines changed: 33 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ This is a modified version of Alacritty that includes:
14
14
- Drawing time series charts (prometheus based or internal counters)
15
15
- Drawing prometheus alerts, static reference units and other decorations on the time series (see below for example).
16
16
- Hexagon background decorations (Like James Webb Telescope, Starcraft).
17
-
-Lyon decorations (these are decorations that can be generated by creating lyon tesselations, text and wgpu not supported yet).
17
+
-Nannou decorations (these are decorations that can be generated by creating lyon tesselations, text and wgpu not supported yet).
18
18
- Moon phase decorations (Gather moon-phase data and use lyon to draw it).
19
19
- "Suspended in a light beam" (from Sagan's poem The Pale Blue Dot). a beam of "light" that travels through the background decorations "now and then".
20
20
- Shader Toy [Vortex Street](https://www.shadertoy.com/view/MlS3Rh)
21
21
- Shader Toy [Snowy](https://www.shadertoy.com/view/4dl3R4)
22
22
23
-
## Lyon State
23
+
## Nannou State
24
24
25
-
Nannou crate is not being worked on much and has some vulnerabilities, this project has moved to lyon.
25
+
We're back with nannou, using a small fork sebop_nannou.
26
26
27
27
## Integrating Shader Toys
28
28
@@ -114,14 +114,15 @@ The goal is to make environment immerssive and learn about terminals, generative
114
114
And just have fun in general...
115
115
116
116
## TODO:
117
-
- The moon phase is not working as expected when moving to Lyon. The stroke-path tesselator vs fill-tesselator needs to be worked on.
118
117
- The toml configuration for the charts/decorations looks ugly since it's array based. As much as I hate yaml I don't know how to properly encode the same functionality there without making a mess.
119
118
120
119
## Mirror the screenshot setup
121
120
122
121
```yaml
123
-
key_bindings:
124
-
- { key: Comma, mods: Alt, action: ToggleChartShow } # This hides the charts TODO hide decorations
0 commit comments