From d7238ffa33c2ba52f9569e1de237b8a9d49d40e2 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 30 Mar 2019 01:55:28 +0100 Subject: Readme updates --- Readme.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 0202fd9..5ac0380 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,20 @@ # TermGL -TermGL is a library for displaying ASCII-graphics in a text console. For more information on how to use, consult the documentation (`make doc`) and look at the example programs in `example/`. +TermGL is a library for displaying ASCII-graphics in a xterm compatible console (Some parts work in Windows). + +List of current features: + + - Automatic terminal size detection, online resizing + - Framerate target + - Simple drawing functions + - Object Handling: + - Movement + - Collision + - Input handling with object mapping + - 3D wiremeshes (mostly useless eye-candy) + +For more information on how to use, consult the documentation (`make doc`) and look at the example programs in `example/`. ## Compiling the library -- cgit v1.2.3