All Projects → ArturoNereu → Unity2019shaderdevelopment

ArturoNereu / Unity2019shaderdevelopment

Creating Shaders (via code and Shader Graph) in Unity 2019

Labels

Projects that are alternatives of or similar to Unity2019shaderdevelopment

Fuzzing Imagemagick
OpenSource My ImageMagick Fuzzer ..
Stars: ✭ 270 (+315.38%)
Mutual labels:  mask
Ngx Mask
Angular Plugin to make masks on form fields and html elements.
Stars: ✭ 772 (+1087.69%)
Mutual labels:  mask
Preloader.ophiuchus
Custom Label to apply animations on whole text or letters.
Stars: ✭ 880 (+1253.85%)
Mutual labels:  mask
Edittext Mask
The custom masks for EditText. The solution for input phone numbers, SSN, and so on for Android
Stars: ✭ 413 (+535.38%)
Mutual labels:  mask
Masked Edittext
Android library contain custom realisation of EditText component for masking and formatting input text
Stars: ✭ 592 (+810.77%)
Mutual labels:  mask
React Native Text Input Mask
Text input mask for React Native, Android and iOS
Stars: ✭ 922 (+1318.46%)
Mutual labels:  mask
N95 Watcher
🤖️监控口罩存货,包含京东、天猫、苏宁等商城,也可监控消毒液、护目镜等物资的放货信息,并推送到微信提醒。目前有🏷️天猫淘宝秒杀自动下单、🏷️京东秒杀自动下单功能。可用于普通商品秒杀。抗击疫情!中国加油🇨🇳!
Stars: ✭ 263 (+304.62%)
Mutual labels:  mask
Brazilian Utils
Utils library for specific Brazilian businesses
Stars: ✭ 1,023 (+1473.85%)
Mutual labels:  mask
Softmaskforugui
UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.
Stars: ✭ 688 (+958.46%)
Mutual labels:  mask
Prompt Password
This repository has been archived, use the built-in password prompt in Enquirer instead.
Stars: ✭ 8 (-87.69%)
Mutual labels:  mask
Jquery Mask Plugin
A jQuery Plugin to make masks on form fields and HTML elements.
Stars: ✭ 4,534 (+6875.38%)
Mutual labels:  mask
Albert pytorch
A Lite Bert For Self-Supervised Learning Language Representations
Stars: ✭ 539 (+729.23%)
Mutual labels:  mask
Nn mask
multichannel linear filters based on mask estimation neural networks for CHiME4
Stars: ✭ 26 (-60%)
Mutual labels:  mask
Wedatasphere
WeDataSphere is a financial level one-stop open-source suitcase for big data platforms. Currently the source code of Scriptis and Linkis has already been released to the open-source community. WeDataSphere, Big Data Made Easy!
Stars: ✭ 372 (+472.31%)
Mutual labels:  mask
Opencv Cheat Sheet
Opencv cheat sheet for C++
Stars: ✭ 30 (-53.85%)
Mutual labels:  mask
Shapeofview
Give a custom shape to any android view, Material Design 2 ready
Stars: ✭ 2,977 (+4480%)
Mutual labels:  mask
Nativescript Masked Text Field
#️⃣ A NativeScript Masked Text Field widget
Stars: ✭ 24 (-63.08%)
Mutual labels:  mask
Svelte Input Mask
Input masking component for Svelte with simple API and rich customization
Stars: ✭ 56 (-13.85%)
Mutual labels:  mask
Pymasker
generate masks from Landsat and MODIS land product QA band
Stars: ✭ 31 (-52.31%)
Mutual labels:  mask
Php Bitmap
Bitmap representation with bitwise operations
Stars: ✭ 7 (-89.23%)
Mutual labels:  mask

Unity 2019 Shader Development

Creating Shaders (via code and Shader Graph) in Unity 2019

This repository and presentation guides you through the very basics of shader development in Unity 2019. We cover Vertex Shaders, Fragment Shaders, Surface Shaders, Shader Graphs and Post Processing Effects.

If you have any question, please send me a message on twitter: @ArturoNereu

Power Point Presentation (download it, as the Google Doc viewer won't work).

So, a Shader is a specialized program that (usually) runs on the GPU and whose main purpose is to transform vertices and fragments in a 3D (or 2D) program.

01_Shader_BasicColor

01_BasicColorShader

02_Shader_BasicTexture

02_BasicTexture

03_Shader_BasicTextureBlend

03_ShaderTextureBlend

04_Shader_BasicVertex

04_Shader_BasicVertex

05_Shader_SurfaceBasic

05_Surface_Basic

06_Shader_SurfaceScriptInteraction

06_Shader_SurfaceScriptInteraction

07_ShaderGraph_BasicColor

07_ShaderGraph_BasicColor

08_ShaderGraph_BasicTexture

08_ShaderGraph_BasicTexture

09_ShaderGraph_RimEffect

09_ShaderGraph_RimEffect

0A_Postprocessing

0A_PostProcessing

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