An open API service indexing awesome lists of open source software.

https://github.com/voldien/worldcurver

World Curver Shader for Unity3D
https://github.com/voldien/worldcurver

c-sharp shaders unity unity-3d unity-package unity-package-manager unity3d

Last synced: 9 months ago
JSON representation

World Curver Shader for Unity3D

Awesome Lists containing this project

README

          

## World Curver Shaders
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![GitHub release](https://img.shields.io/github/release/voldien/WorldCurver.svg)](https://github.com/voldien/WorldCurver/releases)

A collection of shader with world curving feature. It can be configured intensity of the curve and what direction. In addition, in what vector space such as clip space, world space and view space shall the curving take place.

# Features
- Physical Based Rendering Shaders
- Cel Shading
- Mobile Shaders
- Forward and Deferred Rendering pipeline support

# Installation

### Simple Download
[Latest Unity Packages](../../releases/latest)

### Unity Package Manager (UPM)

> You will need to have git installed and set in your system PATH.

Find `Packages/manifest.json` in your project and add the following:
```json
{
"dependencies": {
"com.linuxsenpai.worldcurver": "https://github.com/voldien/WorldCurver.git",
"...": "..."
}
}
```

## Contributing
If you have any idea, feel inclined to fork it and submit your changes back to this repository.

## License
This project is licensed under the GPL+3 License - see the [LICENSE](LICENSE) file for details