Skip to content

ringxworld/LWJGL-Java-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LWJGL-Java-Game

Following https://github.com/lwjglgamedev/lwjglbook Tutorials here was my game

Alt Text

Getting Started

Since project was configured in a strange way relative to how I would normally approach it. Rather than entirely use maven to handle the external libraries I had manually added some to a lib folder and packaged them with the source here. As a result to build this you will need to configure the build path in your IDE to include these libraries.

Prerequisites

To run have Java 8+ and have java on your environmental variables and path Have maven 3.5+ and have it on your environmental variables and path If maven is having trouble loading the referenced libraries open the pom xml and it will find them Finally have either eclipse or intellij to set up the project

Built With

  • Maven - Dependency Management
  • LWJGL - OpenGL bindings
  • JOML - A Java math library for OpenGL rendering calculations
  • pngdecoder - This is a very small (below 10KB) stand alone JAR which makes decoding PNG images very easy.

Authors

Acknowledgments

  • lwjglgamedev - This project was almost entirely based off his book and tutorial series

About

Following https://github.com/lwjglgamedev/lwjglbook Tutorials here was my game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published