Pinned Repositories
AOFX
DirectX 11 library that provides a scalable and GCN-optimized ambient occlusion (AO) solution
awesome-vulkan
A curated list of awesome Vulkan projects and ecosystem.
bgfx
Cross-platform rendering library.
brdf
BRDF Viewer
crest-oceanrender
Novel ocean rendering techniques (Unity3D)
SpecularProbes
Bake specular highlights into Unity Reflection Probes, allowing baked lights to cast sharp specular highlights for free
shadercoder's Repositories
shadercoder/Spectral-Clara-Lux-Tracer
Physically based ray tracer with multiple shading models support and Color Rendering Index (CRI) evaluation. Project developed for my master degree thesis at University Milano-Bicocca.
shadercoder/awesome-deep-vision
A curated list of deep learning resources for computer vision
shadercoder/awesome-rust
A curated list of Rust code and resources.
shadercoder/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
shadercoder/clear-sky-models
This project implements 8 clear sky models in a common framework to compare them with each other and with a reference model and reference measurements.
shadercoder/ColorGradingFilter-Sample
A color grading / correction filter for Monogame and XNA.
shadercoder/colourspace
shadercoder/compute-shader
A simple, cross-platform interface to GPU compute functionality in Rust
shadercoder/DeepLearningBook
MIT Deep Learning Book in PDF format
shadercoder/EasyVectorFields
Python script that generates vector fields in .fga format, which can be imported directly into Unreal Engine 4
shadercoder/fw-public
Public source code from Filmic Worlds, LLC.
shadercoder/GlowingObjectOutlines
A technique for Glowing Object Outlines in Unity.
shadercoder/godot
Godot Engine – Multi-platform 2D and 3D game engine
shadercoder/kissfft
mostly a mirror of the original kissfft source by Mark Borgerding.
shadercoder/LightShafts
A light shafts (volumetric shadows) effect for Unity.
shadercoder/LTC_BRDF_Fit
BRDF fitting code for LTC Area Lights by Heitz et al.
shadercoder/machine-learning-books
shadercoder/MiniEngineAO
A highly optimized SSAO shader from Microsoft MiniEngine, ported to Unity.
shadercoder/mobile_game_math_unity
shadercoder/nohtyp
shadercoder/nvidia-texture-tools-1
Texture processing tools with support for Direct3D 10 and 11 formats.
shadercoder/precomputed_atmospheric_scattering
This project provides a new implementation of our EGSR 2008 paper "Precomputed Atmospheric Scattering"
shadercoder/read-spirv
Experiments in manually parsing SPIR-V bytecode
shadercoder/ShaderProfilingAndOptimization
Demo project for the "Shader Profiling and Optimization" talk presented at Unite Shanghai 17.
shadercoder/Super-Blur
Screen and UI gaussian blur for Unity
shadercoder/under-neon-lights
A snapshot of Under Neon Lights, an interactive WebVR Music Video.
shadercoder/Unity-GPU-Particle
gpu particle for unity
shadercoder/Unity-GPU-Particles
Using Direct X compute shaders to emit and update up to 5,000,000 particles simultaneously. Particle-Mesh collision detection is done using a pre-baked octree.
shadercoder/VertexPaint
Unity 5.0 Vertex Painter
shadercoder/Vulkan-Forward-Plus-Renderer
Forward+ renderer in Vulkan using Compute Shader. An Upenn CIS565 final project.