Giter VIP home page Giter VIP logo

hedera's Introduction

hedera

  • paint 3D ivy in Unity, simulate growth
  • includes textures, shaders, and 5 presets for painting realistic ivy, cartoon ivy, or even ropes and cables
  • curious about vert count / polycount? download sample ivy .OBJ (right-click Save As)
    • merge multiple ivy meshes to save draw calls, or just let static batching work
    • randomize vertex colors for subtle color variation, auto-unwrap ivy UV2s for lightmapping
    • store ivy meshes directly in your project, or export to .OBJ (note: OBJ file format doesn't support vertex color nor UV2)
  • 25+ different ivy settings to tweak for your own presets! guide and user documentation is on the Wiki
  • tested on Unity 5.6.7f1 and 2019.1.8 and 2021.2.0f1 (but probably works ok on other Unity versions too)
  • no HDRP or URP shaders included so you have to swap in your own, but everything else will still probably work OK
  • changelog

installation

  • (recommended) in Unity's Package Manager, add https://github.com/radiatoryang/hedera.git as a Git URL package full instructions
  • or manually download the latest .ZIP from Releases and unzip to /<your project folder>/Packages/com.radiatoryang.hedera/
  • or clone this Git repository as a submodule into /<your project folder>/Packages/com.radiatoryang.hedera/

contributors

  • please post bug reports or (small) feature requests as an Issue
  • Pull Requests are welcome and encouraged

license

GPL2 (due to original author's use of GPL2)

  • You can use the ivy assets / generated meshes and results, with any or no license, in commercial or closed source projects. GPL2 focuses on the code, and does not apply to program output.
  • All code is editor-only and stripped upon build, which (I think) avoids GPL2's wrath. This code basically won't be in your build, which means you aren't distributing it.
  • If you use this code / tool in your own tool AND distribute that tool, then your tool must use GPL2. Note that Unity Asset Store bans licenses like GPL, so no part of this tool can ever be put on the Asset Store.
  • (but I am not a lawyer, this is not legal advice, etc.)

acknowledgments

press

donations

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.