diff options
author | jonas <himself@jonasgunz.de> | 2019-04-21 18:35:08 +0200 |
---|---|---|
committer | jonas <himself@jonasgunz.de> | 2019-04-21 18:35:08 +0200 |
commit | 708ba0078f8087b813bd7fb0c8cab64a0e09802e (patch) | |
tree | ab130d7f0ea9541d3bd9eaf62a8b9009d024f194 /Readme.md | |
parent | 3a1857a875f3c249a53a3fd6d4e6057b831a968b (diff) | |
download | termgl-708ba0078f8087b813bd7fb0c8cab64a0e09802e.tar.gz |
Readme fixes
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -8,14 +8,14 @@ TermGL is a library for displaying ASCII-graphics in a xterm compatible console 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) +- 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/`. |