All Projects → Thunderloom → Thunderloom

Thunderloom / Thunderloom

Licence: mit
A physically based shader for woven cloth

Labels

Projects that are alternatives of or similar to Thunderloom

Godot Shaders
A large library of free and open-source shaders for the Godot game engine. Here, you'll get 2D and 3D shaders with playable demos.
Stars: ✭ 988 (+1253.42%)
Mutual labels:  shaders
Solarsys
Realistic Solar System simulation with three.js
Stars: ✭ 49 (-32.88%)
Mutual labels:  shaders
Glsl Worley
Worley noise implementation for WebGL shaders
Stars: ✭ 66 (-9.59%)
Mutual labels:  shaders
Shadergraph
Unity ShaderGraph project
Stars: ✭ 1,009 (+1282.19%)
Mutual labels:  shaders
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (+1323.29%)
Mutual labels:  shaders
Glslcanvas
Simple tool to load GLSL shaders on HTML Canvas using WebGL
Stars: ✭ 1,067 (+1361.64%)
Mutual labels:  shaders
Langterm
🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
Stars: ✭ 35 (-52.05%)
Mutual labels:  shaders
Riftray
Step into the worlds of Shadertoy with an Oculus Rift.
Stars: ✭ 68 (-6.85%)
Mutual labels:  shaders
Revealshader
Unity Shader experiment
Stars: ✭ 47 (-35.62%)
Mutual labels:  shaders
Shaders Portal
A showcase of shader effects to replicate portals in different games.
Stars: ✭ 65 (-10.96%)
Mutual labels:  shaders
Raw Vulkan
🔥 Experiments building Vulkan applications, libraries, and abstractions.
Stars: ✭ 42 (-42.47%)
Mutual labels:  shaders
Shaderworkshop
Interactive GLSL fragment shaders editor made with Qt
Stars: ✭ 43 (-41.1%)
Mutual labels:  shaders
Shadergraph Custom Nodes
🔨 Collection of custom nodes for ShaderGraph.
Stars: ✭ 53 (-27.4%)
Mutual labels:  shaders
Shadertoy Rs
A desktop client for Shadertoy written in Rust
Stars: ✭ 41 (-43.84%)
Mutual labels:  shaders
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+15924.66%)
Mutual labels:  shaders
Hlsl To Ispc
HLSL-to-ISPC Utility Library
Stars: ✭ 37 (-49.32%)
Mutual labels:  shaders
Gpu Spline Deformation
Baking spline deformation to a texture then applying it to a mesh via a shader.
Stars: ✭ 52 (-28.77%)
Mutual labels:  shaders
Matrix Shockwave Shader
Surface shader with tesselation - Tried recreating the shockwave effect in Matrix when Neo takes off.
Stars: ✭ 69 (-5.48%)
Mutual labels:  shaders
Collidable Raymarching Terrain
Real time generate collider mesh according shader, it is really useful when you want to interact with your raymarching scene
Stars: ✭ 68 (-6.85%)
Mutual labels:  shaders
Physhader For Mantra
A set of physical-based shaders for Mantra renderer
Stars: ✭ 54 (-26.03%)
Mutual labels:  shaders

ThunderLoom

teaser8 A physically based shader for woven cloth

This projects consits of three main parts:

  • Irawan shading model

At its core is an implementation of the 'Irawan' shading model, as presented in the phd thesis by Piti Irawan and in the paper by Irawan and Marschner (2012).

  • Library with API

The shading model is made accessible for rendering engines with added flexibilty and artistic control through a library with a simple API. This allows the model and extra improvements to quickly be integrated into custom rendering pipelines or created as plugins to more established renderers.

The library allows fast and flexible control over many parameters of how the woven cloth is to behave. The actual pattern is determined using standard weaving-drafts defined in WIF files. Many types of patterns are freely available from fine sites such as handweaving.net.

  • Frontends/plugins

Three plugins using this library have been made. V-Ray for 3dsMax, V-Ray for Maya and a limited plugin for Mitsuba, which includes a patch for the mtslbend plugin for Blender. There is also a pattern editor which can be used on its own to create or alter weaving patterns. See the subfolders for these frontends for more information.

Installing the frontends

Precompiled binaries can be found under the releases tab. The zip file includes plugins for V-Ray for 3dsMax, Maya and for the mitsuba renderer.

See the respective README files for specific install instructions.

Library

The source code for the library and core is found in the 'src' folder. The file 'thunderloom.h' describes the API of the shader.

For an example implementaion see frontends/api_demo/.

Licence

The source code is released under the MIT Licence.

But if you happen to make something cool using this, a nice render or an improved tool, please let us know! We would love to see it! :)


3 pillars with different types of cloth rendered using thunderLoom in vray/3dsMax

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].