Update project information
parent
922f051185
commit
c41523b2fb
|
@ -3,8 +3,11 @@
|
|||
![Issues](https://img.shields.io/github/issues/halotroop/Ginger3D)
|
||||
|
||||
# Ginger3D
|
||||
a java based 3D engine
|
||||
Yes
|
||||
A [3D game engine](https://github.com/hYdos/Ginger3D) [based on Java](https://adoptopenjdk.net/) created by [hYdos](https://github.com/hYdos)
|
||||
|
||||
# Litecraft
|
||||
A voxel game implementation of Ginger3D with goals laid out in [this document](https://docs.google.com/spreadsheets/d/1yyfFVUmrdk9DTELSrxW7MLEw1srQVI8_nTBWZlentBQ/edit?usp=sharing)
|
||||
and several others.
|
||||
|
||||
# LICENSE
|
||||
This project is licensed under the GNU General Public License Version 3.0<br />
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -3,11 +3,11 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>me.hydos</groupId>
|
||||
<artifactId>ginger</artifactId>
|
||||
<groupId>me.halotroop</groupId>
|
||||
<artifactId>Ginger3D</artifactId>
|
||||
<version>NIGHTLY</version>
|
||||
<name>gingerEngine</name>
|
||||
<description>an engine for 3d java game development</description>
|
||||
<name>Litecraft</name>
|
||||
<description>A voxel game implementation of the Ginger3D engine by hYdos</description>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<maven.compiler.target>1.11</maven.compiler.target>
|
||||
|
|
Loading…
Reference in New Issue