diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-04-26 12:49:41 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-04-26 12:49:41 +0200 |
commit | ff41e663c541b5e5e7cbb4eb85b96b8dc2b766ad (patch) | |
tree | 60671a13b3ee3e8af6f5deb047e97093336f6a65 /Readme.md | |
parent | 055dba2c1803a81027ce2cca96ae21a5b1b1fdb9 (diff) | |
parent | 708ba0078f8087b813bd7fb0c8cab64a0e09802e (diff) | |
download | termgl-ff41e663c541b5e5e7cbb4eb85b96b8dc2b766ad.tar.gz |
Merge branch 'master' of github.com:kompetenzbolzen/TermGL
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/`. |