Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karasusan/OpenVDBForUnity
Unity plugins for OpenVDB
https://github.com/karasusan/OpenVDBForUnity
openvdb unity unity3d
Last synced: 5 days ago
JSON representation
Unity plugins for OpenVDB
- Host: GitHub
- URL: https://github.com/karasusan/OpenVDBForUnity
- Owner: karasusan
- License: mit
- Created: 2018-06-28T06:29:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T05:10:52.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T17:17:00.823Z (3 months ago)
- Topics: openvdb, unity, unity3d
- Language: C#
- Homepage:
- Size: 192 KB
- Stars: 258
- Watchers: 20
- Forks: 39
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenVDBForUnity
Unity plugins for [OpenVDB](http://www.openvdb.org/).
## Build Status
| Bintray | Linux & Mac | Windows |
|:--------:|:---------:|:-------------:|
|[ ![Download](https://api.bintray.com/packages/kazuki/conan/OpenVDBNativePlugin%3Akazuki/images/download.svg) ](https://bintray.com/kazuki/conan/OpenVDBNativePlugin%3Akazuki/_latestVersion)|[![Build Status](https://travis-ci.org/karasusan/OpenVDBForUnity.svg?branch=master)](https://travis-ci.org/karasusan/OpenVDBForUnity)|[![Build status](https://ci.appveyor.com/api/projects/status/fydwfy6dalw7hvic?svg=true)](https://ci.appveyor.com/project/karasusan/openvdbforunity)|![gif](https://github.com/karasusan/OpenVDBForUnity/wiki/images/CloudSample.gif)
## Requirements
- Unity 2018.2 or later
## How to Use
First, this project depends on some submodules. Check these commands below to checkout submodules.
```
git submodule init
git submodule update
```Next, you need to download the final release version plugin from the package repository on [Bintray](https://bintray.com/kazuki/conan/OpenVDBNativePlugin%3Akazuki). You can download from the menu bar.
( **Packages** -> **OpenVDB** -> **Download Library** )![img](https://github.com/karasusan/OpenVDBForUnity/wiki/images/PackageInstall.png)
Finally, select your OpenVDB file (file extension is **.vdb**) in the project window and reimport from the cotext menu.
![img](https://github.com/karasusan/OpenVDBForUnity/wiki/images/ImportVDBFile.png)
## Build
Under Construction [Wiki page](https://github.com/karasusan/OpenVDBForUnity/wiki/How-to-build-the-native-plugin).