Librairies pour le moteur 2D et 3D (version Win, Linux et Mac)

This commit is contained in:
Antonin Boyon 2021-02-09 15:51:09 +01:00
parent 0d8d0a68f2
commit 2f214f007f
16 changed files with 48 additions and 0 deletions

BIN
lib/gluegen-java-src.zip Normal file

Binary file not shown.

BIN
lib/gluegen-rt.jar Normal file

Binary file not shown.

BIN
lib/jogl-all.jar Normal file

Binary file not shown.

BIN
lib/jogl-java-src.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
lib/windows/desktop.ini Normal file
View File

@ -0,0 +1,2 @@
[LocalizedFileNames]
gluegen-rt-natives-windows-amd64.jar=@gluegen-rt-natives-windows-amd64.jar,0

Binary file not shown.

Binary file not shown.

6
src/.classpath Normal file
View 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
View 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
View 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
View File

@ -0,0 +1 @@
/Main.class

17
src/lsystem/.project Normal file
View 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>