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
- A lot of things, discover it by yourself !
- Fix framebuffer bug on resize
- 2D
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>2.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)