Pinned Repositories
awesome-rust
A curated list of Rust code and resources.
C
All Algorithms implemented in C
cglm
📽 Highly Optimized Graphics Math (glm) for C
Epoch
A high resolution, cross platform time library for C/C++
GLSL-PathTracer
A GLSL Path Tracer
HLSL-Spherical-Harmonics
A collection of HLSL functions one can include to use spherical harmonics in shaders. This repository can be simply be used as a submodule.
JasonMaToonRenderPipeline
JTRP : Unity HDRP ToonShading Render Pipeline (Preview)
molamolamola's Repositories
molamolamola/awesome-rust
A curated list of Rust code and resources.
molamolamola/C
All Algorithms implemented in C
molamolamola/cglm
📽 Highly Optimized Graphics Math (glm) for C
molamolamola/Epoch
A high resolution, cross platform time library for C/C++
molamolamola/GLSL-PathTracer
A GLSL Path Tracer
molamolamola/HLSL-Spherical-Harmonics
A collection of HLSL functions one can include to use spherical harmonics in shaders. This repository can be simply be used as a submodule.
molamolamola/JasonMaToonRenderPipeline
JTRP : Unity HDRP ToonShading Render Pipeline (Preview)
molamolamola/learn-c-the-hard-way-lectures
All of the code from Learn C The Hard Way, each project, plus the presentation slides used in the videos.
molamolamola/Nuklear
A single-header ANSI C immediate mode cross-platform GUI library
molamolamola/linmath.h
a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions
molamolamola/OpenColorIO-Configs
Color Configurations for OpenColorIO
molamolamola/openmoonray
MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer.
molamolamola/pyflac
Python FLAC API Library
molamolamola/renderer
A shader-based software renderer written from scratch in C89
molamolamola/rs_pbrt
Rust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ...
molamolamola/Sand-Shader-Unity-URP-for-Mobile
Mobile friendly Unity sand/snow shader using the Universal Render Pipeline
molamolamola/single_file_libs
List of single-file C/C++ libraries.
molamolamola/swrast
A tiny, just-for-fun software rasterizer written in C
molamolamola/TAA_Unity_URP
Temporal Anti-Aliasing(TAA) for Unity’s Universal Render Pipeline
molamolamola/UnityChanToonShaderVer2_Project
UnityChanToonShaderVer2 Project / v.2.0.7 Release
molamolamola/UnityURPToonLitShaderExample
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
molamolamola/UniversalRenderingExamples
This project contains a collection of Custom Renderer examples. This will be updated as we refine the feature and add more options.
molamolamola/UniversalShaderExamples
Sand box project containing example shaders and assets compatible with Unity Universal Render Pipeline.
molamolamola/URP_StylizedLitShader
Madumpa's URP Stylized Lit Shader Repository
molamolamola/URP_Toon
A Toon Shader in Unity Universal Render Pipeline.
molamolamola/URPFog
Testing Post Processed Fog in Unity Universal Render Pipeline