Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
/ rvmt Public archive

Library to add clickable / draggable widgets to a terminal user interface.

License

Notifications You must be signed in to change notification settings

decryller/rvmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RVMT

Widgets for your terminal.

  • Button
  • Checkbox
  • Text input
  • Slider

Including in your project

  1. Include rvmt.cpp and rvmt.hpp in your project folder.
  2. Include rvmt.hpp in your main file.
  3. Compile rvmt.cpp along with your main file.
$ g++ rvmt.cpp <your arguments...>

Running the example

Try out the example (example.cpp).

$ g++ rvmt.cpp example.cpp -o rvmtTest
$ ./rvmtTest

Fully functional on

Terminal Support Notes
Alacritty Full None
gnome-terminal Full None
Kitty Full None
Terminator Full None
Tilda Full None
Tilix Full None
xfce4-terminal Full None
xterm Full None

Contact

E-mail: decryller@gmail.com
Discord: decryller