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

https://github.com/zenustech/zenounrealaddon

Zeno addon for the Unreal Engine(WIP)
https://github.com/zenustech/zenounrealaddon

pipeline procedural unrealengine workflow

Last synced: 9 months ago
JSON representation

Zeno addon for the Unreal Engine(WIP)

Awesome Lists containing this project

README

          

# ZenoEngine

A plugin to allow run zeno graph inside UnrealEngine.

Using while developing this project.

## Setup

1. Clone this project to `YourProject/Plugins/ZenoEngine`. (`git clone https://github.com/zenustech/ZenoUnrealAddon.git ZenoEngine -b engine/dev`)
2. Pull submodules `git submodule update --init --recursive`
3. (Optional) replace `Source/ThirdParty/Zeno` with [development branch](https://github.com/DarcJC/zeno/tree/dev/darc/unrealtool).
4. Regenerate your proejct files.

## Screenshot

**Procedural Mesh**

![Procedural Mesh](https://github.com/DarcJC/pictures-host/blob/main/imgs/GIF%202023-4-14%2013-34-16.gif)