Skip to content

KleeSup/Zupra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zupra

The game framework for Zig enthusiasts.

3D Rendering pipeline

Zupra supports both forward as well as deferred rendering. The forward rendering can generally be achieved by using the MeshRenderer and the ModelRenderer. Deferred rendering requires the Storage, Writer, Reader-Pattern which is accomplished by using the GBuffer (Storage), GeometryRenderer (Writer) and the DeferredRenderer (Reader). Lights and ambient color can be set in the Environment which is then provided to the selected renderers.

NOTE: The rendering for 3D is currently under heavily development.

Planned

Camera

  • Perspective Camera
  • Orthographic Camera (100%)
  • Frustum Culling

Meshes

  • Static Meshes (100%)
  • Dynamic Meshes
  • Instancing (100%)

BRDF

  • Cook-Torrance
  • GGX
  • Fresnel Schlick
  • Geometry Smith

BRDF LUT

  • LUT Generation (100%)
  • LUT Sampling

IBL

  • Cubemap Loader (50%)
  • HDR Loader
  • Skybox (100%)
  • Irradiance Map
  • Prefilter Map
  • BRD Integration LUT
  • Reflection Probes
  • Box Projection

Shadows

  • Shadow Maps
  • Cascaded Shadow Maps (CSM)
  • Cubemap Shadows (Point Lights)
  • Spot Shadow Maps (Spot Lights)
  • PCF, PCSS, EVSM, Stable Cascades

Ambient Occlusion

  • SSAO (Kernel Generation, Blur)
  • GTAO (Horizon Search Denoising)

Reflections

  • SSR (Ray Marching, Resolve)
  • Reflection Probes (Probe Blending)

Anti-Aliasing

  • FXAA
  • SMAA
  • TAA
  • TAAU

Credits to the dependencies used

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors