Skip to content

Latest commit

 

History

History
93 lines (56 loc) · 1.7 KB

README.md

File metadata and controls

93 lines (56 loc) · 1.7 KB

ANSI-Render

license

⚠️ Project under construction

A small library to easily output formatted text in terminals

Table of Contents

Features

  • Somewhat customizable.
  • Cross platform (Linux, Windows, MacOS).
  • 24-bicolor support with ANSI-Sequences.
  • Edit framebuffer before rendering.
  • The ability to display:
    • Cool animations.
    • Interactive Games.
    • Whatever you come up with...

What's Next

  • C++ support :)

Installation

put header and source in project folder

Getting Started

Start recording your terminal using the record command.

include header

Usage

You can use the --help option to get more details about the commands and their options

How to use this lib <command> [options]

Init

Create a global config directory

ar init

Buffer

test

Render

render

Exit

how to exit

FAQ

Issues

License