Skip to content

XernasDev/Hydrogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydrogen

Hydrogen is a Java-based game engine developed from scratch. The goal is to create a simple to use engine suitable for 2D and 3D game and software development It is using my own graphics library which wraps around opengl named Photon It is a really important project to me because it really encapsulates the kind of programming that I want to do

Status

This project is a work in progress (V2 releasing soon.. -> check progress)

Features

  • A lot of things, discover it by yourself !

TODO

  • Some small fixes
  • Adding text rendering (Currently working on it)
  • Physics

Getting Started​

Installation

You can simply use Jitpack ! Add the following to your pom.xml:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.XernasDev</groupId>
    <artifactId>Hydrogen</artifactId>
    <version>1.0.0</version>
</dependency>

License

This project is licensed under the GNU Affero General Public License v3.0.​

Author

Xernas Dev

Feel free to reach out for any questions or collaborations! (Discord: .xernas)