All Projects → keijiro → Unityanime4k

keijiro / Unityanime4k

Anime4K upscaler for Unity

Projects that are alternatives of or similar to Unityanime4k

Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (+33.33%)
Mutual labels:  unity, unity3d, hlsl
Noiseshader
Noise shader library for Unity
Stars: ✭ 616 (+236.61%)
Mutual labels:  unity, unity3d, hlsl
Standardgeometryshader
An example of a geometry shader with Unity's standard lighting model support.
Stars: ✭ 303 (+65.57%)
Mutual labels:  unity, unity3d, hlsl
Hdrpvatexample
VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
Stars: ✭ 401 (+119.13%)
Mutual labels:  unity, unity3d, hlsl
Gpu Planetary Rendering
GPU atmosphertic scattering and planet generation in Unity 3D
Stars: ✭ 92 (-49.73%)
Mutual labels:  unity, unity3d, hlsl
Vfxgraphtestbed
My testbed for Unity VFX Graph
Stars: ✭ 209 (+14.21%)
Mutual labels:  unity, unity3d, hlsl
Skeletalgeometriceffects
Experiments on geometry shader instancing with skeletal animations
Stars: ✭ 436 (+138.25%)
Mutual labels:  unity, unity3d, hlsl
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (+8.2%)
Mutual labels:  unity, unity3d, hlsl
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 (+6292.35%)
Mutual labels:  unity, unity3d, hlsl
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-68.85%)
Mutual labels:  unity, unity3d, hlsl
Museum
Live coding rig for Channel 18 at SuperDeluxe
Stars: ✭ 30 (-83.61%)
Mutual labels:  unity, unity3d, hlsl
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (-10.93%)
Mutual labels:  unity, unity3d, hlsl
Proccharvfx
Procedural character generation with Unity Shader Graph and VFX Graph
Stars: ✭ 114 (-37.7%)
Mutual labels:  unity, unity3d, hlsl
Bloodfx
Procedural blood stain shader
Stars: ✭ 170 (-7.1%)
Mutual labels:  unity, unity3d, hlsl
Kinobinary
Binary image effect for Unity
Stars: ✭ 180 (-1.64%)
Mutual labels:  unity, unity3d
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-6.01%)
Mutual labels:  unity, unity3d
Geovfx
Examples of geographical data visualization with Unity VFX Graph
Stars: ✭ 179 (-2.19%)
Mutual labels:  unity, unity3d
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (-4.92%)
Mutual labels:  unity, unity3d
Threedscans
Scanned statue models from the Three D Scans project, optimized for real-time rendering use.
Stars: ✭ 172 (-6.01%)
Mutual labels:  unity, unity3d
Unitydxrtest
A testbed project for Unity real-time ray tracing features
Stars: ✭ 172 (-6.01%)
Mutual labels:  unity, unity3d

UnityAnime4K

Anime4K is a high-quality and fast image upscaler that is specialized for anime style images. This repository contains an implementation of Anime4K in Unity that can be used for upscaling low resolution textures to higher ones.

Examples

Bilinear Anime4K

(Left: Bilinear, Right: Anime4K)

Bilinear Anime4K

(Left: Bilinear, Right: Anime4K)

Bilinear Anime4K

(Left: Bilinear, Right: Anime4K)

How To Use

There is only single static method in the namespace:

Anime4K.ImageFilter.Upscale(source, destination, push)

You can give any texture to source. An upscaled result will be stored in a render texture given in destination.

The push parameter controls the strength of the sharpen effect with a value between 0 (weak) to 1 (strong). In most cases, it's okay to just set 1; Decrese it when the effect is noticeably too strong.

Acknowledgements

This repository contains the following image materials:

License

I (Keijiro Takahashi) waive all rights to the additions/modifications to the original Anime4K code. Please follow the original license when using the code in your project.

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