added GLW library for native window output using NEWT

This commit is contained in:
codeanticode
2013-09-13 19:25:37 -04:00
parent fab8555160
commit afd8a66df2
10 changed files with 225 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
<classpathentry kind="lib" path="/processing-core/library/jogl-all.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>