| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lapissea |
| ArtifactId | ArtifactIdglfw-window |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGLFW Window
This is a wrapper around LWJGLs GLFW bindings to create a more stable and feature rich window.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| glfw-window-1.0.3.pom | |
| glfw-window-1.0.3.jar | 32 KB |
| glfw-window-1.0.3-sources.jar | 10 KB |
| glfw-window-1.0.3-javadoc.jar | 466 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lapissea/glfw-window/ -->
<dependency>
<groupId>com.github.lapissea</groupId>
<artifactId>glfw-window</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lapissea/glfw-window/
implementation 'com.github.lapissea:glfw-window:1.0.3'
// https://jarcasting.com/artifacts/com.github.lapissea/glfw-window/
implementation ("com.github.lapissea:glfw-window:1.0.3")
'com.github.lapissea:glfw-window:jar:1.0.3'
<dependency org="com.github.lapissea" name="glfw-window" rev="1.0.3">
<artifact name="glfw-window" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lapissea', module='glfw-window', version='1.0.3')
)
libraryDependencies += "com.github.lapissea" % "glfw-window" % "1.0.3"
[com.github.lapissea/glfw-window "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.lwjgl : lwjgl | jar | |
| org.lwjgl : lwjgl-assimp | jar | |
| org.lwjgl : lwjgl-glfw | jar | |
| org.lwjgl : lwjgl-opengl | jar | |
| org.lwjgl : lwjgl-vulkan | jar | |
| org.lwjgl : lwjgl | jar | |
| org.lwjgl : lwjgl-assimp | jar | |
| org.lwjgl : lwjgl-glfw | jar | |
| org.lwjgl : lwjgl-opengl | jar | |
| com.google.code.gson : gson | jar | 2.9.0 |
| com.github.lapissea : jlapisutil | jar | 1.1.0 |
| com.github.lapissea : jlapisvector | jar | 1.0.7 |