Log Viewer
A real-time log file viewer. Opens any log file, tails it for new lines, and renders large files without performance issues.
Demonstrates: fs.watch, ScrollView, large data rendering, Canvas for the timeline view
Run it
glyx runtime build # one-time
cd examples/log-viewer
glyx devSource
Browse the full source on GitHub: glyx-dev/glyx · examples/log-viewer (opens in a new tab)