Code Monkey home page Code Monkey logo

kjengine's Introduction

KJEngine

Rendering framework / game engine for Java

Tesselated 256x256 FFT water, tesselated PBR terrain (custom terrain renderer), PBR models, 2 shadow maps (4K) and atmospheric scattering run on a NVIDIA GEFORCE 940MX Laptop GPU.

Getting started

All you need to start using KJEngine is Eclipse 2019 (or newer) and Java 12 (or newer). Copy the modules into your current workspace folder and create Java projects with the names of the module folders to start using them. To include KJEngine into your project, add requires de.kjEngine.core; to your module. The core module exports large parts of the API using requires transitive.

Note: KJEngine needs a package to be open in order to read files it may contain.

Modules

  • de.kjEngine.core The core module that should always be used when developing an application.
  • de.kjEngine.audio A wrapper for OpenAL that can be extended to use different APIs (don't use).
  • de.kjEngine.graphics A wrapper for Vulkan that can be extended to use different APIs.
  • de.kjEngine.component A component system (ECS without entities) used by the scene and ui APIs.
  • de.kjEngine.io Basic io utils.
  • de.kjEngine.math A small math library for linear algebra, geometry and RNG.
  • de.kjEngine.renderer The basis of the KJEngine renderer (rendering pipelines and some basic filters)
  • de.kjEngine.scene The scene graph.
  • de.kjEngine.scene.physics This may be a 3D physics engine some day (don't use).
  • de.kjEngine.scene.renderer A renderer for the scene graph that supports things like terrain, water and model rendering.
  • de.kjEngine.thirdparty Every third party library goes here.
  • de.kjEngine.ui A small GUI library designed with real-time rendering in mind.
  • de.kjEngine.util Everything that doesn't fit into the other modules and a container API that aims to fill in some lacks of the java.util collection API (mainly getting a immutable view of a container without allocating a wrapper object that throws exceptions when you try to access methods that would mutate the container).
  • de.kjEngine.editor This may become a real scene editor some day.
  • de.kjEngine.demos Small demonstrations of some features of the engine (Most of them are currently broken because of API changes and laziness).

kjengine's People

Contributors

konstantinseurer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

zakhdar

kjengine's Issues

Installation and starting demos

Hi, this is an amazing work.

How can I setup the project and start the demos ? I see there is kjEngine Audio module missing, and files not up to date

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.