https://github.com/electronstudio/jaylib-example-project
https://github.com/electronstudio/jaylib-example-project
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/electronstudio/jaylib-example-project
- Owner: electronstudio
- Created: 2021-09-20T22:46:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T17:38:12.000Z (over 1 year ago)
- Last Synced: 2025-04-14T12:11:19.888Z (about 1 year ago)
- Language: Java
- Size: 153 KB
- Stars: 9
- Watchers: 1
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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