Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlabaltoh/tlabwatersystem
A shader for Unity URP that computes the wave equation
https://github.com/tlabaltoh/tlabwatersystem
shader shadergraph unity unity3d wave
Last synced: about 1 month ago
JSON representation
A shader for Unity URP that computes the wave equation
- Host: GitHub
- URL: https://github.com/tlabaltoh/tlabwatersystem
- Owner: TLabAltoh
- License: mit
- Created: 2023-01-25T05:51:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T09:05:42.000Z (12 months ago)
- Last Synced: 2024-01-22T10:11:06.801Z (12 months ago)
- Topics: shader, shadergraph, unity, unity3d, wave
- Language: C#
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TLabWaterSystem
A shader sample for Unity that computes the wave equation
Smooth wave simulation at low resolution (512 * 512)
Supports wave reflection
Supports URP only## Screenshot
![tlabwatersystem-gif](Media/tlab-water-system.gif)## Operating environment
- OS: Windows 10 Pro
- GPU: NVIDIA GeForce RTX 3070## Getting Started
### Prerequisites
- Unity 2021.3.23f1
- UniversalRenderingPipeline
### Installing
Clone the repository to any directory with the following command
```
git clone https://github.com/TLabAltoh/TLabWaterSystem.git
```
### PlayDemo
Open and play Asset/TLabWaterSystem/Scenes/Sample.unity.
Left-click on the Plane to generate waves.## Reference
- https://www.youtube.com/watch?v=6EtTI5xC524
- https://github.com/unity3d-jp/WaveShooter