Git Product home page Git Product logo

engine1's Introduction

Engine1

Video: https://youtu.be/itoMzP_KG6M

alt text alt text alt text alt text

The aim of this project is to create a renderer which almost matches Path Tracing in quality, while generating noiseless images hundreds times faster. Instead of tracing thousands of rays per pixel to get soft shadows and diffuse reflections, it uses "intelligent" blur in screen space. It also uses standard Deferred Rendering for rasterizing main image. One of the project's fundamental rules is that everything is dynamic (no pre-baked data).

Working features:
• Deferred Rendering
• Light reflections/refractions
  · Fully dynamic
  · Diffuse - for rough surfaces
  · Multiple refractions/reflections
  · Blur level depanding on surface to object distance
• Shadows
  · Fully dynamic
  · Soft - depanding on light source radius, distance to occluder
  · "Unfinite " precision - tiny/huge objects cast proper soft shadows, light source can be 1000 km away
  · Visible in reflections/refractions
  · Correct shadows from transparent objects - depanding on alpha texture
• Physically Based Rendering - only one material, which supports all effects
• Loading/saving scenes, animations, meshes, generating BVH trees
• Tonemapping, bloom, FXAA, ASSAO (from Intel)

Future plans:
• Switching from DX11 do DX12 - to allow for indexing meshes inside shaders, support for huge scenes
• Adjustable visual quality through tracing a few more rays per pixel - like 9, reducing the need for heavy blur
• Dynamic Global Illumination
• Support for skeletal animation
• Support for arbitrary animation - ex. based on physics - cloths, fluids
• Dynamic caustics
• Volumetric effects, patricles - smoke, fire, clouds
• Creating a sandbox game for testing

engine1's People

Contributors

danielkrakowiak 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.