annotate 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 |
|
rev |
line source |
nuclear@7
|
1 libdrawtext - 0.2.1
|
nuclear@7
|
2 -------------------
|
nuclear@7
|
3
|
nuclear@7
|
4 Libdrawtext is a simple library for fast anti-aliased text rendering in OpenGL.
|
nuclear@7
|
5
|
nuclear@7
|
6 Copyright (C) 2011-2014 John Tsiombikas <nuclear@member.fsf.org>
|
nuclear@7
|
7 You may freely use, modify and/or redistribute libdrawtext, under the terms of
|
nuclear@7
|
8 the GNU Lesser General Public License (LGPL) version 3 (or at your option, any
|
nuclear@7
|
9 later version published by the Free Software Foundation). See COPYING, and
|
nuclear@7
|
10 COPYING.LESSER for details.
|
nuclear@7
|
11
|
nuclear@7
|
12 website: http://nuclear.mutantstargoat.com/sw/libdrawtext
|
nuclear@7
|
13
|
nuclear@7
|
14 master repository (hg): http://nuclear.mutantstargoat.com/hg/libdrawtext
|
nuclear@7
|
15 mirror repository (git): https://github.com/jtsiomb/libdrawtext.git
|
nuclear@7
|
16
|
nuclear@7
|
17 Feel free to send in bug reports, patches, and other comments to
|
nuclear@7
|
18 nuclear@member.fsf.org
|
nuclear@7
|
19 Only plain text email messages, hard-wrapped at 72 columns will be accepted.
|