Skip to content

niko-dunixi/lwjgl-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lwjgl-archetype

What

It is an artifact to help developers create brand new Light Weight Java Game Library (LWJGL) based projects.

Usage

Where ever you create your projects, run the following to create a brand new LWJGL and follow the prompts to customize your project

mvn archetype:generate \
  -DarchetypeGroupId=io.paulbaker.archetypes \
  -DarchetypeArtifactId=lwjgl-archetype \
  -DarchetypeVersion=1.2

To make running your application simpler, the pom is configured to run whenever a jar is created.

Observe this by running mvn package