X Tutup
Skip to content

added gdx-normal-light#62

Open
BennyOe wants to merge 1 commit intorafaskb:masterfrom
BennyOe:gdx-normal-light
Open

added gdx-normal-light#62
BennyOe wants to merge 1 commit intorafaskb:masterfrom
BennyOe:gdx-normal-light

Conversation

@BennyOe
Copy link

@BennyOe BennyOe commented Jul 14, 2025

I build a light-engine which combines normal and specular rendering with the box2d-light shadows.
Would be nice if this could be added to the list.

@rafaskb
Copy link
Owner

rafaskb commented Jul 14, 2025

Looks great! Is it compatible with Java though?

@BennyOe
Copy link
Author

BennyOe commented Jul 14, 2025

Yes it is. But since the library is written in Kotlin and uses some helpful features from LibKTX, you need to make sure you include the necessary dependencies.
I created a minimal java project in liftoff and had to include

 api("io.github.libktx:ktx-math:$ktxVersion")
 implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion")

@BennyOe
Copy link
Author

BennyOe commented Jul 24, 2025

Do you think you could put in on the list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup