-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jheller9
authored
Jul 31, 2020
1 parent
e65e763
commit 3bbc60e
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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 | ||
- [LWJGL2] https://www.lwjgl.org/ | ||
- [JOML] https://github.com/JOML-CI/JOML | ||
- [Slick2D] http://slick.ninjacave.com/ | ||
- [JOrbis] http://www.jcraft.com/jorbis/ | ||
- [Ini4j] http://ini4j.sourceforge.net/ | ||
- [JSquish] https://github.com/memo33/jsquish | ||
|
||
# Screenshots | ||
![nature1](https://i.imgur.com/8ZpGrsY.png) | ||
![nature2](https://i.imgur.com/15lcR5w.png) | ||
![nature3](https://i.imgur.com/wHwKcxB.png) | ||
|
||
# Compilation | ||
Include the required libraies in your project's build path, as well as the source code to this project. | ||
|
||
# Running the Project | ||
Check the milestones for a compiled jar. |