awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Unity-Technologies avatar

Unity-Technologies/PostProcessingArchived

0
View on GitHub↗
3,742 نجوم·739 تفرعات·C#·1 مشاهدة

PostProcessing

PostProcessing is a post-processing stack for the Unity game engine designed to apply image-space visual effects and color grading to rendered scenes. It functions as a real-time image effect pipeline that processes frames after the primary 3D geometry has been drawn.

The system includes a screen space visual effects library and an HDR color grading toolset used to adjust high dynamic range colors and contrast. These tools allow for the application of real-time image filtering to modify lighting, colors, and mood.

The framework supports 3D scene post-processing and game environment polishing by layering multiple full-screen shader passes. This includes the use of volume-based parameter interpolation to blend visual settings based on camera position within a scene.

Features

  • Post-Processing Effects - Provides a comprehensive stack of image-space effects and full-screen filters applied after the primary scene render.
  • Post-Processing Effects - Applies high-quality post-processing effects like bloom and color grading to 3D scenes.
  • Unity Visual Effects - Enhances 3D scene atmosphere within the Unity engine using image effects applied to the final render.
  • Color Grading - Provides an HDR toolset for adjusting colors and contrast to achieve cinematic looks.
  • Screen-Space Effects - Provides a system for layering multiple screen-space shader passes to modify the final rendered image.
  • Image Visual Effects - Adds a series of post-render image effects to scenes to modify the final visual output.
  • Pixel Manipulators - Uses custom HLSL programs to manipulate individual pixels for effects like bloom and blur.
  • Real-Time Image Filtering - Applies real-time visual filters and color transformations to running scenes using shaders.
  • Post-Render Effect Pipelines - Implements a sequence of render passes that process frames after the main 3D geometry has been drawn.
  • Visual Environment Polishing - Refines the final visual output of digital environments to achieve cinematic or stylized aesthetics.
  • Ping-Pong Buffering - Utilizes ping-pong buffering to swap between textures, using the output of one effect as input for the next.
  • Command Buffer Pipelines - Implements a CommandBuffer-based pipeline to execute image effects in a precise sequence.
  • Effect Dispatch Management - Tracks active visual effects on the CPU to determine which GPU shaders to dispatch per frame.
  • Spatial Parameter Blending - Blends visual settings based on the camera position relative to defined spatial volumes in the scene.

سجل النجوم

مخطط تاريخ النجوم لـ unity-technologies/postprocessingمخطط تاريخ النجوم لـ unity-technologies/postprocessing

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة unity-technologies/postprocessing؟

PostProcessing is a post-processing stack for the Unity game engine designed to apply image-space visual effects and color grading to rendered scenes. It functions as a real-time image effect pipeline that processes frames after the primary 3D geometry has been drawn.

ما هي الميزات الرئيسية لـ unity-technologies/postprocessing؟

الميزات الرئيسية لـ unity-technologies/postprocessing هي: Post-Processing Effects, Unity Visual Effects, Color Grading, Screen-Space Effects, Image Visual Effects, Pixel Manipulators, Real-Time Image Filtering, Post-Render Effect Pipelines.

ما هي البدائل مفتوحة المصدر لـ unity-technologies/postprocessing؟

تشمل البدائل مفتوحة المصدر لـ unity-technologies/postprocessing: qianmo/awesome-unity-shader — This project is a curated collection of HLSL shader code, templates, and visual effects implementations for the Unity… silvia-odwyer/photon — Photon is a high-performance image processing library written in Rust. It serves as a pixel manipulation toolkit and… pintaproject/pinta — Pinta is a cross-platform raster graphics editor and digital image manipulation tool. It provides a drawing… lettier/3d-game-shaders-for-beginners — This project is an educational platform and technical reference for learning real-time graphics programming through… gdquest-demos/godot-shaders — This project is a Godot shader library consisting of a collection of GLSL-based visual effects for 2D and 3D graphics.… gdquest/godot-shaders — This project is a collection of open-source shader programs and playable demonstration scenes for the Godot game…

بدائل مفتوحة المصدر لـ PostProcessing

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع PostProcessing.
  • qianmo/awesome-unity-shaderالصورة الرمزية لـ QianMo

    QianMo/Awesome-Unity-Shader

    4,314عرض على GitHub↗

    This project is a curated collection of HLSL shader code, templates, and visual effects implementations for the Unity game engine. It serves as a repository of programmable surface shaders and a guide for building materials, lighting, and blur simulations. The collection includes a library of screen-space post-processing effects and filters designed to polish final render outputs. It provides a structured resource of examples and tutorials to assist in the development of custom shaders and technical art. The project covers the implementation of game visual effects, Unity post-processing, and

    ShaderLabawesomegraphics-programmingposteffect
    عرض على GitHub↗4,314
  • silvia-odwyer/photonالصورة الرمزية لـ silvia-odwyer

    silvia-odwyer/photon

    3,850عرض على GitHub↗

    Photon is a high-performance image processing library written in Rust. It serves as a pixel manipulation toolkit and image format transcoder, providing a WebAssembly graphics engine for executing visual effects and transformations directly within web browsers. The project is built around a functional image pipeline, which allows for the programmatic chaining of sequential transformation operations. This architecture supports the creation of complex visual effects through a coded pipeline. The library covers a wide range of image processing capabilities, including color management across mult

    Rusthacktoberfestimage-manipulationimage-processing
    عرض على GitHub↗3,850
  • pintaproject/pintaالصورة الرمزية لـ PintaProject

    PintaProject/Pinta

    3,771عرض على GitHub↗

    Pinta is a cross-platform raster graphics editor and digital image manipulation tool. It provides a drawing environment for creating pixel-based artwork and editing photographs, utilizing a layer-based image model to organize visual components into a stack for non-destructive composition. The application is built with a GTK-based interface and features a plugin-based extension system that allows for the addition of new editing tools and filters. Its capabilities cover digital drawing workflows using various brushes and pencils, image geometry manipulation such as cropping and resizing, and v

    C#csharpdotnetdrawing
    عرض على GitHub↗3,771
  • lettier/3d-game-shaders-for-beginnersالصورة الرمزية لـ lettier

    lettier/3d-game-shaders-for-beginners

    19,407عرض على GitHub↗

    This project is an educational platform and technical reference for learning real-time graphics programming through the development of custom shaders. It provides a comprehensive guide to the programmable graphics pipeline, offering a collection of tutorials and interactive examples that demonstrate how to manipulate coordinate spaces, manage buffer data, and implement complex rendering techniques in 3D environments. The repository distinguishes itself as a versatile toolkit for both photorealistic and non-photorealistic rendering. It includes modular implementations for stylized aesthetics s

    C++3d3d-graphicsgame-development
    عرض على GitHub↗19,407
  • عرض جميع البدائل الـ 30 لـ PostProcessing→