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

https://github.com/tlabaltoh/realistic_terrain_dx11_plugin


https://github.com/tlabaltoh/realistic_terrain_dx11_plugin

blender blender-addon computeshader directx erosion pybind python terrain-generation

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# realistic_terrain_dx11_plugin
Shader plugin to calculate terrain erosion for use with [realistic_terrain](https://github.com/TLabAltoh/realistic_terrain)

## Getting Started
### Requirements
- [pybind11](https://github.com/pybind/pybind11)
- [python-3.10.8](https://www.python.org/downloads/release/python-3108/)
- directX11
- windows10
- cmake (3.24.0)

### Install
Clone the repository to any directory with the following command
```
git clone https://github.com/TLabAltoh/realistic_terrain_dx11_plugin
```

### Build
1. Run ```build_python.bat```
2. Run ```build_plugin.bat```