Skip to content

electronstudio/jaylib-ffm-example-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages