istereo2
diff libs/drawtext/README @ 7:a3c4fcc9f8f3
- started a goatkit UI theme
- font rendering with drawtext and shaders
- asset manager (only used by drawtext for now, will replace respath eventually)
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 24 Sep 2015 06:49:25 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libs/drawtext/README Thu Sep 24 06:49:25 2015 +0300 1.3 @@ -0,0 +1,19 @@ 1.4 +libdrawtext - 0.2.1 1.5 +------------------- 1.6 + 1.7 +Libdrawtext is a simple library for fast anti-aliased text rendering in OpenGL. 1.8 + 1.9 +Copyright (C) 2011-2014 John Tsiombikas <nuclear@member.fsf.org> 1.10 +You may freely use, modify and/or redistribute libdrawtext, under the terms of 1.11 +the GNU Lesser General Public License (LGPL) version 3 (or at your option, any 1.12 +later version published by the Free Software Foundation). See COPYING, and 1.13 +COPYING.LESSER for details. 1.14 + 1.15 +website: http://nuclear.mutantstargoat.com/sw/libdrawtext 1.16 + 1.17 +master repository (hg): http://nuclear.mutantstargoat.com/hg/libdrawtext 1.18 +mirror repository (git): https://github.com/jtsiomb/libdrawtext.git 1.19 + 1.20 +Feel free to send in bug reports, patches, and other comments to 1.21 +nuclear@member.fsf.org 1.22 +Only plain text email messages, hard-wrapped at 72 columns will be accepted.