annotate README.txt @ 30:f0e79fd6e720

Joo.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Oct 2012 11:35:53 +0300
parents bcb84d9cce36
children 72d1b5dd22e5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 Lauantai Aamun Krapula
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 (c) 2012 Anciat Prodz & TNSP
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 a software rendering demo for x86 Linux and Windows (win32 binary).
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 "code" & "gfx" by ccr
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 "music" by rubberj
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 featuring nosfe
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 utilizes libSDL, zlib and a modified version of stb_image.c
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 greets: pwp, iso, bilotrip, trilobit, jynttaveikot and other elites
3
672bd528de33 Fixes etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
13
672bd528de33 Fixes etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
14
672bd528de33 Fixes etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
15 notice: linux version is a x86/32 binary and requires 32-bit libs.
29
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
16
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
17
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
18 -----------------------------------------------------------------------
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
19
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
20 stbi-1.33 - public domain JPEG/PNG reader by various authors
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
21 http://nothings.org/stb_image.c
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
22
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
23 -----------------------------------------------------------------------
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
24
30
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
25 ZLIB DATA COMPRESSION LIBRARY
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
26
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
27 (C) 1995-2012 Jean-loup Gailly and Mark Adler
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
28
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
29 This software is provided 'as-is', without any express or implied
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
30 warranty. In no event will the authors be held liable for any damages
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
31 arising from the use of this software.
29
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
32
30
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
33 Permission is granted to anyone to use this software for any purpose,
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
34 including commercial applications, and to alter it and redistribute it
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
35 freely, subject to the following restrictions:
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
36
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
37 1. The origin of this software must not be misrepresented; you must not
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
38 claim that you wrote the original software. If you use this software
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
39 in a product, an acknowledgment in the product documentation would be
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
40 appreciated but is not required.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
41 2. Altered source versions must be plainly marked as such, and must not be
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
42 misrepresented as being the original software.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
43 3. This notice may not be removed or altered from any source distribution.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
44
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
45 Jean-loup Gailly Mark Adler
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
46 jloup@gzip.org madler@alumni.caltech.edu
29
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
47
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
48 -----------------------------------------------------------------------
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
49
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
50 The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
51 designed to make it easy to write multi-media software, such as games and
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
52 emulators.
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
53
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
54 The Simple DirectMedia Layer library source code is available from:
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
55 http://www.libsdl.org/
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
56
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
57 This library is distributed under the terms of the GNU LGPL license:
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
58 http://www.gnu.org/copyleft/lesser.html
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
59
bcb84d9cce36 Add licenses to README.
Matti Hamalainen <ccr@tnsp.org>
parents: 3
diff changeset
60 -----------------------------------------------------------------------