Skip to content

electronstudio/jaylib-example-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published