Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 359 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 359 Bytes

Shadow example

Simple demo with 2D shadows written in Java with LWJGL library. Click here to see it on Youtube.

How to run?

$ ./gradlew run

How to make a .jar file?

$ ./gradlew shadowJar

Then it should be in ./build/libs/shadow-example-0.1-all.jar