diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-03-30 01:55:28 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-03-30 01:55:28 +0100 |
commit | d7238ffa33c2ba52f9569e1de237b8a9d49d40e2 (patch) | |
tree | d2e0e17d16b728c7d3521a88a061716382260256 | |
parent | 954af2e856210b6cd06fccfcd4ebe3ee106772b2 (diff) | |
download | termgl-d7238ffa33c2ba52f9569e1de237b8a9d49d40e2.tar.gz |
Readme updates
-rw-r--r-- | Readme.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 |