Behold, Nenya, Ring of Water and repository for our media and animation related
goodies, both Java 2D and LWJGL/JME 3D. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
commons-collections.jar
|
||||
commons-digester.jar
|
||||
commons-io.jar
|
||||
jme-awt.jar
|
||||
jme-bui.jar
|
||||
jme-effects.jar
|
||||
jme.jar
|
||||
jme-model.jar
|
||||
jme-sound.jar
|
||||
jme-terrain.jar
|
||||
lwjgl.jar
|
||||
lwjgl_util.jar
|
||||
narya-base.jar
|
||||
narya-distrib.jar
|
||||
retroweaver-all-1.2.2.jar
|
||||
samskivert.jar
|
||||
xml-writer.jar
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
Required external libraries
|
||||
---------------------------
|
||||
|
||||
The following external Java libraries (JAR files) must be placed (or symlinked)
|
||||
here in the lib/ directory, unless specifically noted as optional.
|
||||
|
||||
* The samskivert library:
|
||||
http://samskivert.com/code/samskivert/
|
||||
|
||||
* Apache Commons libraries: collections, digester and io
|
||||
http://jakarta.apache.org/commons/
|
||||
|
||||
* Megginson Technologies' XMLWriter 0.2 library:
|
||||
http://www.megginson.com/Software/xml-writer-0.2.zip
|
||||
|
||||
* Retroweaver libraries for creating 1.4 compatible versions:
|
||||
http://retroweaver.sourceforge.net/
|
||||
|
||||
* (Optional) jMonkeyEngine 3D scene graph toolkit built on LWJGL:
|
||||
http://www.jmonkeyengine.com/
|
||||
|
||||
Once the jar files are in place (regardless of what they are named), the build
|
||||
system will automatically include them in the compile-time classpath.
|
||||
|
||||
--
|
||||
$Id$
|
||||
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// Nenya library - tools for developing networked games
|
||||
// Copyright (C) 2002-2006 Three Rings Design, Inc., All Rights Reserved
|
||||
// http://www.threerings.net/code/nenya/
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it
|
||||
// under the terms of the GNU Lesser General Public License as published
|
||||
// by the Free Software Foundation; either version 2.1 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This library is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
// Lesser General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with this library; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
Reference in New Issue
Block a user