Giter Site home page Giter Site logo

lengine's Introduction

LEngine: Forward Rendering Engine DirectX11

tl;dr Watch 1 minute reel!
Video reel

LEngine is a based on PBR and IBL created in DirectX11 using DirectXTK (newer version of deprecated D3DX). Allows to generate materails through UE4-like system using only visual tools. Managing scene using only visual tools. Full postprocess stack with antialiasing options.

Gallery:

PBR IBL - metallic/roughness comparision

Multiple point light - changing position

Multiple point light - changing color

Materials created using Materials Editor system

Main Features:

  • Physically Based Rendering pipeline (metallic workflow)
  • Image Based diffuse/specular Lighting (Skybox IBL)
  • Multiple directional lights; Multiple editable point lights
  • Full postprocess stack: SSAO, LUT, Bloom, Chromatic Aberration, Grain
  • Antialiasing: FXAA, SSAA
  • Material system - sharing material between objects to reduce rendering costs
  • Generating materials through UE4-like editor
  • Managing scene: adding new models, changing transforms, moving on scene, adding point lights
  • Raypicking OBB
  • Importing .obj/.fbx files and storing them in binary format for further usage

References:

  • Rasterek: DirectX11 - good place to start programming in DirectX11
  • LearnOpenGL: PBR - PBR explained, theory behind IBL. Forumulas and implementation of both of them
  • Himanshu Paul: PBR DirectX11 implementation - reference to implement IBL in DirectX11 engine
  • HybridRenderingEngine - my personal source of motivation and mine of great references and ideas
  • OBB thread - helpful thread for understanding OBB (in that case, transforming AABB ray and origin to OBB space to perform raypicking)
  • FXAA implementation - blogpost explaining simple FXAA implementation without using original NVidia FXAA white paper
  • ogldev OpenGL Tutorials - nice blog, mostly useful for simple lights implementations
  • MJP explaining MSAA - very theoritical discussion about MSAA including signal processing. Very nice to understand how clever it is (check his other blogpost, he's great!)
  • TheEvilBanana Github - some version of lighting were based on that. It's good and easy to implement

Other interesting links:

Assets:

Dependencies:

Special thanks:

  • PaulHK and whole stackexchange community for patiently answering my questions
  • MJP for helping in a huge amount of threads related to rendering
  • Zakwayda for spending few days with me, resolving OBB problems
  • Gamedev.net graphics programming forum for being an open and helpful place for begginers

lengine's People

Contributors

komilll avatar

Watchers

 avatar

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.