Librairies pour le moteur 2D et 3D (version Win, Linux et Mac)
This commit is contained in:
parent
0d8d0a68f2
commit
2f214f007f
BIN
lib/gluegen-java-src.zip
Normal file
BIN
lib/gluegen-java-src.zip
Normal file
Binary file not shown.
BIN
lib/gluegen-rt.jar
Normal file
BIN
lib/gluegen-rt.jar
Normal file
Binary file not shown.
BIN
lib/jogl-all.jar
Normal file
BIN
lib/jogl-all.jar
Normal file
Binary file not shown.
BIN
lib/jogl-java-src.zip
Normal file
BIN
lib/jogl-java-src.zip
Normal file
Binary file not shown.
BIN
lib/linux/gluegen-rt-natives-linux-amd64.jar
Normal file
BIN
lib/linux/gluegen-rt-natives-linux-amd64.jar
Normal file
Binary file not shown.
BIN
lib/linux/jogl-all-natives-linux-amd64.jar
Normal file
BIN
lib/linux/jogl-all-natives-linux-amd64.jar
Normal file
Binary file not shown.
BIN
lib/mac/gluegen-rt-natives-macosx-universal.jar
Normal file
BIN
lib/mac/gluegen-rt-natives-macosx-universal.jar
Normal file
Binary file not shown.
BIN
lib/mac/jogl-all-natives-macosx-universal.jar
Normal file
BIN
lib/mac/jogl-all-natives-macosx-universal.jar
Normal file
Binary file not shown.
2
lib/windows/desktop.ini
Normal file
2
lib/windows/desktop.ini
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[LocalizedFileNames]
|
||||||
|
gluegen-rt-natives-windows-amd64.jar=@gluegen-rt-natives-windows-amd64.jar,0
|
BIN
lib/windows/gluegen-rt-natives-windows-amd64.jar
Normal file
BIN
lib/windows/gluegen-rt-natives-windows-amd64.jar
Normal file
Binary file not shown.
BIN
lib/windows/jogl-all-natives-windows-amd64.jar
Normal file
BIN
lib/windows/jogl-all-natives-windows-amd64.jar
Normal file
Binary file not shown.
6
src/.classpath
Normal file
6
src/.classpath
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="src" path=""/>
|
||||||
|
<classpathentry kind="output" path=""/>
|
||||||
|
</classpath>
|
17
src/.project
Normal file
17
src/.project
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>src</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
5
src/lsystem/.classpath
Normal file
5
src/lsystem/.classpath
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
</classpath>
|
1
src/lsystem/.gitignore
vendored
Normal file
1
src/lsystem/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/Main.class
|
17
src/lsystem/.project
Normal file
17
src/lsystem/.project
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>lsystem</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
Loading…
Reference in New Issue
Block a user