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

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


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

Last synced: about 1 year ago
JSON representation

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