Skip to content

Project Moonglade is a 3D sandbox game written in java that has an emphasis on procedural generation. It uses OpenGL for rendering via LWJGL2, and uses its own engine.

Notifications You must be signed in to change notification settings

jason-heller/ProjectMoonglade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Project Moonglade is a 3D sandbox game written in java that has an emphasis on procedural generation. It uses OpenGL for rendering via LWJGL2, and uses its own engine.

Required Libraries

Screenshots

nature1 nature2 nature3

Compilation

Include the required libraies in your project's build path, as well as the source code to this project. Be sure to include LWJGL's natives as well.

Running the Project

Check the releases for compiled builds, unzip the contents into a folder, and run the jar file. Should any issues arise, such as the program terminating immediately on startup, you can trace the cause of the problem by running this batch file in the same directory as the jar instead of running the jar directly:

java -jar (JARNAME).jar
@pause

About

Project Moonglade is a 3D sandbox game written in java that has an emphasis on procedural generation. It uses OpenGL for rendering via LWJGL2, and uses its own engine.

Resources

Stars

Watchers

Forks

Packages

No packages published