Skip to content

danilBren/OpenJRE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenJRE - Open Java Rendering Engine

OpenJRE is an open source Java project, built on lwjgl3, which hopefully one day will become OpenGL (maybe other rendering API) based rendering engine for various applications.

Open Source!

Everyone is invited to join the project, regardless of your programming experience or prior 3D rendering knowledge, you can be a part of this initiative too! 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 Projects tab of this GitHub repository.

How to contribute?

  1. Fork the repository
  2. Create a branch, You are gonna be working on.
  3. Open a pull request to let others know you work on a certain feature.
  4. Commit all the changes you want to do. Project maintainer will review the changes and provide feedback if need be.
  5. Your pull request will be merged into the repository. Thank You for the contribution!

Installation

You will need:

  1. Clone the repository.
  2. Run mvn package.

Usage

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.

Learning Sources

Here are some learning sources for OpenGL and lwjgl in general:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.2%
  • GLSL 3.7%
  • Batchfile 0.1%