Skip to content
forked from kovidgoyal/kitty

A cross-platform, fast, feature full, GPU based terminal emulator

License

Notifications You must be signed in to change notification settings

Viritystila/kitty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitty - the fast, featureful, GPU based, terminal emulator

This fork of Kitty allows feeding the terminal to V4L2 Loopback device.

Example:

sudo modprobe v4l2loopback devices=1

sudo v4l2loopback-ctl set-caps "video/x-raw,format=RGB,width=3200,height=1800" /dev/video*

v4l2loopback-ctl set-fps 5 /dev/video*

kitty/launcher/kitty --v4l2_res 3200x1800 --v4l2_dev /dev/video*

, where video* is for example video1. If v4l2 mode is set, the window size is fixed, chnage the width and height both in the v4l2loopback-ctl and in --v4l2_res to your liking, they need to be the same though.

The recorded feed might be upside down to to OpenGL.

Build status

About

A cross-platform, fast, feature full, GPU based terminal emulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.0%
  • C 42.1%
  • Objective-C 10.9%
  • GLSL 0.9%
  • Dockerfile 0.1%
  • Makefile 0.0%