https://github.com/electronstudio/jaylib-ffm-example-project
https://github.com/electronstudio/jaylib-ffm-example-project
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/electronstudio/jaylib-ffm-example-project
- Owner: electronstudio
- Created: 2024-05-21T22:53:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T13:20:05.000Z (over 1 year ago)
- Last Synced: 2025-03-28T01:14:19.700Z (about 1 year ago)
- Language: Java
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Maven project for Jaylib-FFM
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
mvn compile exec:java -Dmain.class="examples.HeightMap"
mvn compile exec:java -Dmain.class="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:
mvn compile exec:java