# oreon-engine **Repository Path**: dreamcatcher55555/oreon-engine ## Basic Information - **Project Name**: oreon-engine - **Description**: OpenGL/Vulkan Java 3D Engine - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Oreon Engine (Java - OpenGL/Vulkan) Welcome to the Cross-Platform Java 3D Engine. OpenGL and Vulkan Binding for Java is done [LWJGL 3](https://www.lwjgl.org/). ## Build Manual * Oreon Engine project uses [lombok](https://projectlombok.org/). Please download the latest [release](https://projectlombok.org/download) of lombok and run the .jar to install lombok plugin into Eclipse. * Getting started guide for Eclipse available [here](http://fynnfluegge.github.io/oreon-engine/_navigation/Getting_Started.html). ## Example OpenGL Demo * [examples-opengl](https://github.com/fynnfluegge/oreon-engine/tree/master/oreonengine/examples-opengl) [GLOreonWorlds](https://github.com/fynnfluegge/oreon-engine/blob/master/oreonengine/examples-opengl/src/main/java/org/oreon/examples/gl/oreonworlds/GLOreonworlds.java) ## Example Vulkan Demo * [examples-vulkan](https://github.com/fynnfluegge/oreon-engine/tree/master/oreonengine/examples-vulkan) [VkOrenworlds](https://github.com/fynnfluegge/oreon-engine/blob/master/oreonengine/examples-vulkan/src/main/java/org/oreon/examples/vk/oreonworlds/VkOreonworlds.java) ## User Input Manual * Move: W, A, S, D * Rotate: Hold the middle mouse button while moving the mouse; Alternatively up, down, left, right keys * Accelerate Movespeed: Scroll mouse * Move sun: I, J, K, L * Enable/Disable Wireframe: G ## Gallery of Rendered Images * [oreon-engine-creative](https://github.com/fynnfluegge/oreon-engine-creative) ## Features ### Deferred rendering pipeline with 2x to 8x MSAA and FXAA
### FFT Water
### Post-Processing Effects
#### Motion Blur, Depth of Field Blur, Bloom
#### Light Scattering, Lens Flare
#### Planet (Work In Progress)
## Credits
* [Nvidia Corporation](https://developer.nvidia.com/)
* [World Creator](https://www.world-creator.com/)