Giter VIP home page Giter VIP logo

adria-dx11's Introduction

Adria-DX11

Graphics engine written in C++/DirectX11.

Features

  • Deferred + forward rendering
  • Tiled deferred rendering
  • Clustered deferred rendering
  • Physically based shading
  • Image based lighting
  • Normal mapping
  • Shadows
    • PCF Shadows for directional, spot and point lights
    • Cascade shadow maps for directional lights
  • Volumetric Lighting
    • Directional lights with shadow maps
    • Directional lights with cascade shadow maps
    • Point and Spot Lights
  • HDR and Tone Mapping (Hable, Reinhard, Tony McMapface)
  • Bloom
  • Depth Of Field + Bokeh
    • Bokeh shapes supported - Hexagon, Octagon, Circle, Cross
  • Ambient Occlusion: SSAO, HBAO
  • Film effects: Lens distortion, Chromatic aberration, Vignette, Film grain
  • SSR
  • SSCS
  • Deferred decals
  • FXAA
  • TAA
  • God rays
  • Lens flare
  • Fog
  • Motion blur
  • Volumetric clouds
  • Ocean FFT
    • Adaptive tesselation
    • Foam
  • Procedural terrain with instanced foliage and trees
  • Hosek-Wilkie sky model
  • Particles
  • ImGui editor
  • Model loading with tinygltf
  • Profiler
  • Shader hot reloading
  • ECS

Dependencies

tinygltf

ImGui

ImGuizmo

ImGuiFileDialog

stb

FastNoiseLite

json

Screenshots

Tiled Deferred Rendering with 256 lights Tiled Deferred Rendering Visualized
Voxel Cone Tracing Global Illumination Voxelized Scene

Film Effects alt text

Ocean and Lens Flare alt text

Volumetric Lighting alt text alt text

Bokeh alt text

Volumetric Clouds alt text

Hosek-Wilkie Sky Model alt text

God Rays and Instanced Foliage alt text

Deferred Decals alt text

adria-dx11's People

Contributors

codacy-badger avatar mateeeeeee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

adria-dx11's Issues

Deprecation warnings with Visual Studio 17.3

Describe the bug

Upon upgrading the Visual Studio to 17.3 I get the following warnings:

warning C4996: '_Header_ciso646': warning STL4036: is removed in C++20. You can define _SILENCE_CXX20_CISO646_REMOVED_WARNING or _SILENCE_ALL_CXX20_DEPRECATION_WARNINGS to acknowledge that you have received this warning.

abseil-cpp/absl/meta/type_traits.h(125,50): warning C4996: 'std::aligned_storage<_Len,_Align>': warning STL4034: std::aligned_storage and std::aligned_storage_t are deprecated in C++23. Prefer alignas(T) std::byte t_buff[sizeof(T)]. You can define _SILENCE_CXX23_ALIGNED_STORAGE_DEPRECATION_WARNING or _SILENCE_ALL_CXX23_DEPRECATION_WARNINGS to acknowledge that you have received this warning.

you add project preprocessorDefinitions _SILENCE_CXX23_ALIGNED_STORAGE_DEPRECATION_WARNING or _SILENCE_ALL_CXX23_DEPRECATION_WARNINGS plz thx.

C/C++ Additional Directory Issue

ThirdParty\tinygltf
Thirdparty\tinyobjloader
Thirdparty\FastNoiseLite

Path is wrong just do compiled

Please change
$(SolutionDir)ThirdParty\tinygltf
$(SolutionDir)Thirdparty\tinyobjloader
$(SolutionDir)Thirdparty\FastNoiseLite
then all good Path

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.