began working on 3D model loading and textured rendering

This commit is contained in:
Harrison Corlett 2026-05-19 13:33:10 +01:00
parent f9b18a830a
commit 86325c1611
41 changed files with 522 additions and 53 deletions

View file

@ -70,6 +70,8 @@ dependencies {
implementation "org.lwjgl:lwjgl-meshoptimizer::$lwjglNatives"
implementation "org.lwjgl:lwjgl-openal::$lwjglNatives"
implementation "org.lwjgl:lwjgl-rpmalloc::$lwjglNatives"
implementation "org.lwjgl:lwjgl-remotery:${lwjglVersion}"
runtimeOnly "org.lwjgl:lwjgl-remotery:${lwjglVersion}:${lwjglNatives}"
implementation "org.lwjgl:lwjgl-shaderc::$lwjglNatives"
implementation "org.lwjgl:lwjgl-stb::$lwjglNatives"
implementation "org.lwjgl:lwjgl-tootle::$lwjglNatives"
@ -80,4 +82,6 @@ dependencies {
implementation "org.lwjglx:lwjgl3-awt:${lwjgl3awtVersion}"
implementation "com.code-disaster.steamworks4j:steamworks4j:${steamworks4jVersion}"
implementation "com.code-disaster.steamworks4j:steamworks4j-server:${steamworks4jserverVersion}"
implementation 'com.google.code.gson:gson:2.14.0'
implementation "org.jcommander:jcommander:3.0"
}