dDevTech / oreon-engine

OpenGL/Vulkan Java 3D Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

Oreon Engine (Java - OpenGL/Vulkan)

Welcome to the Cross-Platform Java 3D Engine. As OpenGL and Vulkan Binding for Java the LWJGL 3 API is used.
Both OpenGL and the next generation graphics API Vulkan is supported!

Build Manual

  • Oreon Engine project uses lombok. Please download the latest release of lombok and run the .jar to install lombok plugin into Eclipse.

  • Getting started guide for Eclipse available here.

Example Open World Ocean OpenGL Demo

Example Vulkan Ocean Demo

Camera Control

  • Move: W, A, S, D
  • Rotate: Hold the middle mouse button while moving the mouse
  • Accelerate Movespeed: Scroll mouse

Features

Deferred rendering pipeline with up to 8x MSAA and FXAA

LOD Quadtree

Terrain

WIP Planet

FFT Water

Skydome/Atmosphere and Dynamic Sunlight

Shadow Mapping

Parallel Split Shadow Mapping + Variance Shadows

Tessellation with Normal-/Displacement-Mapping

Post-Processing Effects

Motion Blur, Depth of Field Blur, Bloom

Light Scattering, Lens Flare

GUI

Credits

About

OpenGL/Vulkan Java 3D Game Engine

License:GNU General Public License v3.0


Languages

Language:Java 86.8%Language:GLSL 13.2%