1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-06 02:50:50 +01:00
Go to file
Filippo Scognamiglio e298ef317d Informative readme
2013-12-28 17:30:50 +01:00
qml/cool-old-term Added GPL headers. 2013-12-28 14:52:10 +01:00
yat Fixing some build issues. 2013-12-28 15:22:01 +01:00
.gitignore avoid gimp images in git 2013-12-25 02:25:18 +01:00
cool-old-term.pro Shader is now dynamic. Modifing settings actually modify the program. This results in a much more optimized gpu code. 2013-12-28 14:37:43 +01:00
main.cpp Added GPL headers. 2013-12-28 14:52:10 +01:00
README.md Informative readme 2013-12-28 17:30:50 +01:00

cool-old-term is a terminal emulator which tries to mimic the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight.

It is a fork of another qt5 terminal emulator: https://github.com/jorgen/yat

To build and launch it (Qt5.2 are required):

git clone https://github.com/Swordifish90/cool-old-term cd cool-old-term qmake make ./cool-old-term

This is still an eary release, but you are free to test it and tell me what do you think.