Release s3d 0.2.2
[s3d.git] / README
blob5ed10f4bdf0bf7f1778449a7cebac6fad3e0154b
3              ________
4             /        \________  _______
5             \         \       \|       \
6          ____\     ___/____   /|_       \
7         /     \     \    \    \ |        \
8         \            \____\_   \|         \
9          \___________/          \    |    /
10                  s3D \__________/________/
15 1.REASONS
16 ---------
18 Many people, have been fascinated by 3D Desktops. There were/are projects like
19 3dwm and SUNs Looking Glass among others which try to replace your daily 
20 boring 2D Desktop. However, 3D GUIs are still hard and uncomfortable to use.
22 S3d unfortunately does not change that, but gives you a big playground to try 
23 your own ideas of 3D GUIs. With the simple API you can easily implement own 
24 interfaces without caring about writing object interaction, model loading or
25 3D widgets yourself. Many 3D applications can coexist in the same space 
26 (unlike usual OpenGL apps), just as the windows on your screen. And who knows, 
27 maybe we can really have a complete usable 3D desktop someday? :)
29 2.INSTALL
30 ---------
32 see the INSTALL file
34 3. WARRANTY
35 -----------
37 I've written this program to satisfy myself (in some way), so please don't
38 assume that it could have ANY USEFULNESS. I just published it because I
39 thought someone might find it interesting, but there is no warranty for
40 anything. if you find bugs or you have ideas what you would like to see
41 implemented, or patches, please drop me a line.
43 4. LICENSE
44 ----------
46 All those things are published under the GPLv2 or later at your option.
47 The Library is licensed under the GNU Lesser GPL (LGPL), so you can
48 also write close-sourced thing which links to the library (if you
49 really have to ...).
50 COPYING for the GPLv2 and COPYING.LESSER for the LGPLv2.1 are included too.
51 if I'm mistaken in any ownership-concerns, please tell me and don't be
52 too mad at me, as I have had no idea of licensing at all.
54 Applications (GPLv2 or later):
55 * apps/dot_mcp
56 * apps/kism3d
57 * apps/meshs3d
58 * apps/s3d_x11gate
59 * apps/s3dfm
60 * apps/s3dosm
61 * apps/s3dvt
62 * example/*
63 * server
65 Librarys (LGPLv2.1 or later)
66 * libs3d
67 * libs3dw
69 5. DOCUMENTATION
70 ----------------
72 please see the "Documentation" folder
74 6. CONTACT
75 ----------
77 MAIL:   dotslash@packetmixer.de
78 IRC:    #s3d @ irc.freenode.org
79 WWW:    http://s3d.berlios.de
81 Any Feedback is welcome!!
83 7. TEAM
84 -------
85         Sven Eckelmann <sven@narfation.org>
86         Mike Graenz <mog@users.berlios.de>
87         Andreas Kohn <andreas@syndrom23.de>
88         Andreas Langer <andreas_lbg@gmx.de>
89         Marek Lindner <lindner_marek@yahoo.de>
90         Timo Schneider <timos@hrz.tu-chemnitz.de>
91         Christiane Weidauer <yd@freakkind.de>
92         Simon Wunderlich <dotslash@packetmixer.de>