An open API service indexing awesome lists of open source software.

https://github.com/electronstudio/jaylib-example-project


https://github.com/electronstudio/jaylib-example-project

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example Gradle project for Jaylib

You can import this project into IntelliJ or Eclipse.

## Use it to run the included examples in IntelliJ

Right-click on the example and select `run`.

## Use it to run the included examples from the command line

./gradlew run -Pmain=examples.HeightMap
./gradlew run -Pmain=examples.CubicMap

## Use it as the basis of your own game.

Edit `Main.java` with your own code. (You can delete the examples.) Then

To run:

./gradlew run

To build a zip file you can distribute:

./gradlew distZip