OpenJRE is an open source Java project, built on lwjgl, which hopefully one day will become OpenGL (maybe other rendering API) based rendering engine for various applications.
Everyone is invited to join the project, regardless of your programming experience or prior 3D rendering knowledge, you can too be a part of this initiative. Feel free to add your own brick to this project by doing a pull request, even the smallest contributions like commenting the code are welcome. You can find all wanted features in the project tab of this GitHub repository.
You will need:
- Clone the repository.
- Run
mvn package
Once you clone the repository and use mvn package
once, use mvn exec:java
each time You want to compile and run the application. Of course You can use other tools, possibly integrated into Yours IDE of choice.