Started making use of LWJGL

This commit is contained in:
2018-12-04 13:06:31 +01:00
parent 9266daa791
commit 3f20e632b9
14 changed files with 237 additions and 0 deletions

4
.idea/encodings.xml generated Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
</project>

9
.idea/libraries/lwjgl.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl/lwjgl.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/lwjgl_glfw.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-glfw">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl-3.2.0/lwjgl-glfw/lwjgl-glfw.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-glfw-natives-linux">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl-3.2.0/lwjgl-glfw/lwjgl-glfw-natives-linux.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/lwjgl_jawt.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-jawt">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl-3.2.0/lwjgl-jawt/lwjgl-jawt.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/lwjgl_jemalloc.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-jemalloc">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl-3.2.0/lwjgl-jemalloc/lwjgl-jemalloc.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-jemalloc-natives-linux">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl-3.2.0/lwjgl-jemalloc/lwjgl-jemalloc-natives-linux.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/lwjgl_natives_linux.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-natives-linux">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl/lwjgl-natives-linux.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/lwjgl_opengl.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-opengl">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl-3.2.0/lwjgl-opengl/lwjgl-opengl.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-opengl-natives-linux">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl-3.2.0/lwjgl-opengl/lwjgl-opengl-natives-linux.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/lwjgl_rpmalloc.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-rpmalloc">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl-3.2.0/lwjgl-rpmalloc/lwjgl-rpmalloc.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="lwjgl-rpmalloc-natives-linux">
<CLASSES>
<root url="jar:///home/wulkanat/Downloads/lwjgl-3.2.0/lwjgl-rpmalloc/lwjgl-rpmalloc-natives-linux.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>