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
This project is a work in progress (V2 releasing soon.. -> check progress)
- A lot of things, discover it by yourself !
- Some small fixes
- Adding text rendering (Currently working on it)
- Physics
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>This project is licensed under the GNU Affero General Public License v3.0.
Xernas Dev
Feel free to reach out for any questions or collaborations! (Discord: .xernas)