Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.42 KB

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