Skip to content

Ianisop/lsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lightweight Shader-Driven Terminal Emulator

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors