Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
trimental
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
trimental
4y ago
Just a little update on this PR #34 adds live reloading of files. I was considering adding support for vim-markdown-composer but its now easy to just `inlyne README.md` and have it automatically update as you write instead.
2.
▲
by
trimental
4y ago
Glyph rendering is done (through a rust crate called ab-glyph) by computing glyph vertices on the CPU, and then rendering and storing the glyph textures to the gpu. Layouts are calculated on the CPU.
3.
▲
by
trimental
4y ago
The terminal statement is false. In fact I contributed an Alacritty feature that stopped rendering when the window was occluded that cut CPU usage from ~10% to ~0.4% when not visible. There's also a misconception on what GPU's are
4.
▲
by
trimental
4y ago
Thanks for this. It's great to get suggestions on improvements. LaTex rendering might be very easy or very hard depending on the rust ecosystem for it, so I'll look into that. And I'm not too surprised it doesn't work wi
5.
▲
by
trimental
4y ago
Thanks for the question. Markdown files are basically html files with syntax sugar, and a lot of markdown files directly use html. So to properly render most files you need a basic html renderer at minimum. Although yes, you don't need
6.
▲
Show HN: Inlyne, a GPU powered, browser-less, Markdown previewer
(github.com)
25 points
by
trimental
4y ago
|
12 comments