Deferred Lighting
24
build.gradle
|
|
@ -1,7 +1,18 @@
|
||||||
import org.gradle.internal.os.OperatingSystem
|
import org.gradle.internal.os.OperatingSystem
|
||||||
|
|
||||||
|
buildscript {
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
gradlePluginPortal()
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath 'com.gradleup.shadow:shadow-gradle-plugin:8.3.5'
|
||||||
|
}
|
||||||
|
}
|
||||||
plugins {
|
plugins {
|
||||||
id 'application'
|
id 'application'
|
||||||
id 'java'
|
id 'java'
|
||||||
|
id 'com.gradleup.shadow' version '8.3.5'
|
||||||
}
|
}
|
||||||
project.ext.lwjglVersion = "3.4.1"
|
project.ext.lwjglVersion = "3.4.1"
|
||||||
project.ext.jomlVersion = "1.10.8"
|
project.ext.jomlVersion = "1.10.8"
|
||||||
|
|
@ -34,10 +45,16 @@ switch (OperatingSystem.current()) {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
application {
|
||||||
|
mainClass.set('net.halbear.Executable.Init')
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation platform("org.lwjgl:lwjgl-bom:$lwjglVersion")
|
implementation platform("org.lwjgl:lwjgl-bom:$lwjglVersion")
|
||||||
implementation 'org.tinylog:tinylog-api:2.7.0'
|
implementation 'org.tinylog:tinylog-api:2.7.0'
|
||||||
|
|
@ -92,3 +109,10 @@ dependencies {
|
||||||
|
|
||||||
implementation "io.github.spair:imgui-java-natives-windows:$imguiVersion"
|
implementation "io.github.spair:imgui-java-natives-windows:$imguiVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('startShadowScripts') {
|
||||||
|
// Dynamically override the legacy property binding with the modern provider mapping
|
||||||
|
conventionMapping.map('mainClassName') {
|
||||||
|
application.mainClass.get()
|
||||||
|
}
|
||||||
|
}
|
||||||
5
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,7 +1,6 @@
|
||||||
|
#Thu Jun 18 13:00:38 BST 2026
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
||||||
networkTimeout=10000
|
|
||||||
validateDistributionUrl=true
|
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
|
||||||
BIN
resources/EngineResources/GuiShaders/gui_frag.glsl.spv
Normal file
BIN
resources/EngineResources/GuiShaders/gui_vertex.glsl.spv
Normal file
|
After Width: | Height: | Size: 313 B |
|
After Width: | Height: | Size: 373 B |
|
After Width: | Height: | Size: 322 B |
|
After Width: | Height: | Size: 383 B |
|
After Width: | Height: | Size: 350 B |
|
After Width: | Height: | Size: 298 B |
|
After Width: | Height: | Size: 331 B |
|
After Width: | Height: | Size: 318 B |
|
After Width: | Height: | Size: 371 B |
|
After Width: | Height: | Size: 319 B |
|
After Width: | Height: | Size: 273 B |
|
After Width: | Height: | Size: 300 B |
|
After Width: | Height: | Size: 319 B |
|
After Width: | Height: | Size: 292 B |
|
After Width: | Height: | Size: 290 B |
|
After Width: | Height: | Size: 407 B |
|
After Width: | Height: | Size: 295 B |
|
After Width: | Height: | Size: 308 B |
|
After Width: | Height: | Size: 336 B |
|
After Width: | Height: | Size: 275 B |
|
After Width: | Height: | Size: 256 B |
|
After Width: | Height: | Size: 354 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 323 B |
|
After Width: | Height: | Size: 289 B |
|
After Width: | Height: | Size: 305 B |
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 326 B |
|
After Width: | Height: | Size: 340 B |
|
After Width: | Height: | Size: 308 B |
|
After Width: | Height: | Size: 345 B |
|
After Width: | Height: | Size: 304 B |
|
After Width: | Height: | Size: 258 B |
|
After Width: | Height: | Size: 318 B |
|
After Width: | Height: | Size: 299 B |
|
After Width: | Height: | Size: 333 B |
|
After Width: | Height: | Size: 286 B |
|
After Width: | Height: | Size: 285 B |
|
After Width: | Height: | Size: 285 B |
|
After Width: | Height: | Size: 333 B |
|
After Width: | Height: | Size: 356 B |
|
After Width: | Height: | Size: 307 B |
|
After Width: | Height: | Size: 243 B |
|
After Width: | Height: | Size: 297 B |
|
After Width: | Height: | Size: 253 B |
|
After Width: | Height: | Size: 279 B |
|
After Width: | Height: | Size: 248 B |
|
After Width: | Height: | Size: 335 B |
|
After Width: | Height: | Size: 275 B |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 334 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 350 B |
|
After Width: | Height: | Size: 307 B |
|
After Width: | Height: | Size: 248 B |
|
After Width: | Height: | Size: 289 B |
|
After Width: | Height: | Size: 322 B |
|
After Width: | Height: | Size: 334 B |
|
After Width: | Height: | Size: 344 B |
|
After Width: | Height: | Size: 324 B |
|
After Width: | Height: | Size: 305 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 204 B |
|
After Width: | Height: | Size: 243 B |
|
After Width: | Height: | Size: 288 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 314 B |
|
After Width: | Height: | Size: 328 B |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 172 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 307 B |
|
After Width: | Height: | Size: 297 B |
|
After Width: | Height: | Size: 286 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 384 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 125 B |