All Projects → younatics → Shader

younatics / Shader

Licence: MIT license
🌃 Make simple shade view with Shader!

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Labels

Projects that are alternatives of or similar to Shader

VL.Fuse
A library for visually programming on the GPU, built to enable rapid workflows and modular approaches to accelerated graphics, logic and computation.
Stars: ✭ 206 (+1187.5%)
Mutual labels:  shader
ShaderBoy
Simple text editor that lets you write Shadertoy shaders more comfortably, anytime, anywhere.
Stars: ✭ 133 (+731.25%)
Mutual labels:  shader
glsl-cos-palette
glsl function for making cosine palettes
Stars: ✭ 26 (+62.5%)
Mutual labels:  shader
raymarching
Code for my raymarching in GLSL workshop series
Stars: ✭ 17 (+6.25%)
Mutual labels:  shader
nvjob-sky-shader-simple-and-fast
#NVJOB Dynamic Sky. Sky Shaders. Free Unity Asset.
Stars: ✭ 103 (+543.75%)
Mutual labels:  shader
UnityScreenSpaceReflection
Simple Screen Space Reflection Implementation.
Stars: ✭ 41 (+156.25%)
Mutual labels:  shader
ComputePrngTest
A simple test project for a pseudo random number generator designed for compute shaders.
Stars: ✭ 31 (+93.75%)
Mutual labels:  shader
DissolveEffectForTMPro
DissolveEffectForTMPro provide dissolve effect component for TextMeshPro in Unity.
Stars: ✭ 86 (+437.5%)
Mutual labels:  shader
GPU-Fog-Particles
Textureless fog particles using a highly customizable shader to attenuate noise values.
Stars: ✭ 303 (+1793.75%)
Mutual labels:  shader
shaping-functions
Visualisation of shaping functions
Stars: ✭ 75 (+368.75%)
Mutual labels:  shader
nuance
A tool to run your shaders on the gpu. Also a good demo application for wgpu-rs.
Stars: ✭ 26 (+62.5%)
Mutual labels:  shader
uCurvedScreen
Curved-sreen shader aseet for Unity.
Stars: ✭ 51 (+218.75%)
Mutual labels:  shader
viking-village-nvjob-sky-water-stc
Unity Viking Village + #NVJOB Water Shader, Dynamic Sky, STC (Demo). Unity Asset.
Stars: ✭ 29 (+81.25%)
Mutual labels:  shader
unity-reaction-diffusion
(WIP) ✏️ Test of a Reaction-Diffusion simulated with a compute shader in Unity.
Stars: ✭ 25 (+56.25%)
Mutual labels:  shader
DuEngine
An efficient interactive C++ renderer for ShaderToy-alike demos with 2D/3D/CubeMap/Video/Camera/LightField/Volume textures. (Partially used in my I3D 2018 papers)
Stars: ✭ 62 (+287.5%)
Mutual labels:  shader
stc8
#NVJOB STC8 v 3.2 (Custom shader for Unity SpeedTree 8)
Stars: ✭ 17 (+6.25%)
Mutual labels:  shader
godot-shader-to-image
A simple tool to render Image from Shader with Godot (Tested on 3.2)
Stars: ✭ 30 (+87.5%)
Mutual labels:  shader
AndroidGLKit
AndroidGLKit provides OpenGL ES 2.0 boilerplate codes for Android.
Stars: ✭ 22 (+37.5%)
Mutual labels:  shader
unity-built-in-shaders
A comprehensive archive for Unity's built-in shaders
Stars: ✭ 38 (+137.5%)
Mutual labels:  shader
UnityRaymarchingCollision
Raymarching x Rigidbody interaction example.
Stars: ✭ 53 (+231.25%)
Mutual labels:  shader

Shader

Version Carthage Compatible License: MIT Platform Swift 4.0

Intoduction

🌃 Make simple shade view with Shader!

demo demo

Requirements

Shader is written in Swift 3. Compatible with iOS 8.0+

Installation

Cocoapods

Shader is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Shader'

Carthage

github "younatics/Shader"

Usage

4 methods is available

// Add multiple view using tuple with cornerRadius
let shaderView = Shader.at(framesAndRadius: [(originView.frame, 50), (originView2.frame, 0)], color: UIColor.black.withAlphaComponent(0.5))

// Add common view
let shaderView = Shader.at(frame: originView.frame, color: UIColor.blue.withAlphaComponent(0.3))

// Add common view array
let shaderView = Shader.at(frames: [originView.frame, originView2.frame], color: UIColor.black.withAlphaComponent(0.5))

// Add common view and cornerRadius
let shaderView = Shader.at(frame: originView.frame, cornerRadius: 50, color: UIColor.black.withAlphaComponent(0.5))

self.view.addSubview(shaderView)

References

Please tell me or make pull request if you use this library in your application :)

Author

younatics 🇰🇷

License

Shader is available under the MIT license. See the LICENSE file for more info.

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].