All Projects → tapio → Rlutil

tapio / Rlutil

C and C++ utilities for cross-platform console roguelike game creation.

Projects that are alternatives of or similar to Rlutil

Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-5.46%)
Mutual labels:  terminal
2048 Cli
The game 2048 for your Linux terminal (https://github.com/gabrielecirulli/2048)
Stars: ✭ 176 (-3.83%)
Mutual labels:  terminal
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+1506.56%)
Mutual labels:  terminal
Dilemma
TTY selection prompt for Go programs
Stars: ✭ 174 (-4.92%)
Mutual labels:  terminal
Mellplayer
A tiny terminal player based on Python3
Stars: ✭ 176 (-3.83%)
Mutual labels:  terminal
Sd
Intuitive find & replace CLI (sed alternative)
Stars: ✭ 2,755 (+1405.46%)
Mutual labels:  terminal
Ddgr
🦆 DuckDuckGo from the terminal
Stars: ✭ 2,243 (+1125.68%)
Mutual labels:  terminal
Alder
A minimal implementation of the UNIX tree command with colors!
Stars: ✭ 183 (+0%)
Mutual labels:  terminal
Dotfiles
~/.dotfiles
Stars: ✭ 177 (-3.28%)
Mutual labels:  terminal
Piano Rs
A multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal
Stars: ✭ 180 (-1.64%)
Mutual labels:  terminal
Jexer
Java Text User Interface
Stars: ✭ 174 (-4.92%)
Mutual labels:  terminal
Xresources Themes
A big (huge) collection of rxvt / xterm terminal themes
Stars: ✭ 174 (-4.92%)
Mutual labels:  terminal
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+1491.26%)
Mutual labels:  terminal
Fake Terminal Website
A fully customizable terminal-like website template
Stars: ✭ 174 (-4.92%)
Mutual labels:  terminal
Bashsimplecurses
A simple curses library made in bash to draw terminal interfaces
Stars: ✭ 182 (-0.55%)
Mutual labels:  terminal
Tlog
Terminal I/O logger
Stars: ✭ 170 (-7.1%)
Mutual labels:  terminal
Vue Terminal
A terminal emulator in Vue. https://vue-terminal.now.sh/
Stars: ✭ 179 (-2.19%)
Mutual labels:  terminal
Dom Terminal
Command-line terminal that runs in a web browser
Stars: ✭ 183 (+0%)
Mutual labels:  terminal
Commander
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Stars: ✭ 183 (+0%)
Mutual labels:  terminal
Goterm
Go Terminal library with PTY support and colors
Stars: ✭ 180 (-1.64%)
Mutual labels:  terminal

rlutil

Build Status

RLUTIL is simple utility collection to aid the creation of cross-platform console-mode roguelike games with C++ and C. At least that was the original idea. In reality, it mostly just contains functions to position and colorize text as well as reading keyboard input.

QUICK START

Just #include "rlutil.h" in your source code. It automagically detects if you are using C++ or C and adjusts the code accordingly (e.g. std::string vs. char*).

DOCUMENTATION

See the API reference in docs/HTML/ or the source code comments for documentation.

DOWNLOAD

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/tapio/rlutil

LICENSE

See docs/License.txt or API Documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].