Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.11 KB

File metadata and controls

40 lines (30 loc) · 1.11 KB

lsd

Lightweight Shader-Driven Terminal Emulator


✦ Overview

lsd is a modern GPU-accelerated terminal emulator written in C++20 using OpenGL.
It renders terminal text as a real-time graphics workload instead of a traditional UI surface.

✦ Install

curl -sSL https://raw.githubusercontent.com/Ianisop/lsd/main/install.sh | sh

✦ Build

git clone https://github.com/Ianisop/lsd.git
cd lsd
mkdir build && cd build
cmake ..
make -j$(nproc)
./lsd

ss