Files
narya/lib
Andrzej Kapolka dc3bcddeb1 Added basic JME import dialog to model viewer. With the latest version
of LWJGL, the AWT canvas releases its OpenGL context after rendering.  
Rather than redesign all event handling to take place in the update 
method, I put in a hack to grab the context back.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4200 542714f4-19e9-0310-aa3c-eee0fc999fb1
2006-06-20 19:36:23 +00:00
..
2004-08-27 18:38:55 +00:00

Required external libraries
---------------------------

The Narya code requires the following external Java libraries (JAR files)
to be placed (or symlinked) here in the lib/ directory or in the shared
library directory specified in the build.xml file (java.libraries).

* The samskivert library:
  http://samskivert.com/code/samskivert/

* Apache Commons libraries: collections, digester, io, and lang
  http://jakarta.apache.org/commons/

* Megginson Technologies' XMLWriter 0.2 library:
  http://www.megginson.com/Software/xml-writer-0.2.zip

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: README,v 1.8 2004/08/27 18:38:55 mdb Exp $