All Projects â†’ radiatoryang â†’ Hedera

radiatoryang / Hedera

Licence: gpl-2.0
paint 3D ivy in the Unity Editor, watch procedurally generated meshes simulate growth and clinging in real-time

Projects that are alternatives of or similar to Hedera

3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+2123.95%)
Mutual labels:  unity, game-development, 3d
Cpp 3d Game Tutorial Series
C++ 3D Game Tutorial Series is a YouTube tutorial series, whose purpose is to help all those who want to take their first steps in the game development from scratch.
Stars: ✭ 400 (-23.95%)
Mutual labels:  game-development, 3d
Socket.io Unity
socket.io client for Unity, power game client with node.js back-end
Stars: ✭ 396 (-24.71%)
Mutual labels:  unity, game-development
Aterriblekingdom
Scripting the Timeline for games in creative ways. Includes a small RTS game build on the 'A Mighty Kingdom' assets
Stars: ✭ 428 (-18.63%)
Mutual labels:  unity, 3d
Starforce
This is a demo made with Game Framework.
Stars: ✭ 375 (-28.71%)
Mutual labels:  unity, game-development
Curated List Of Awesome 3d Morphable Model Software And Data
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
Stars: ✭ 375 (-28.71%)
Mutual labels:  3d, 3d-models
Openscad
OpenSCAD - The Programmers Solid 3D CAD Modeller
Stars: ✭ 4,444 (+744.87%)
Mutual labels:  3d, 3d-models
Colaframework
ColaFrameWork 一个Unity客户端框架
Stars: ✭ 337 (-35.93%)
Mutual labels:  unity, game-development
Awesome Unity
A curated list of awesome Unity assets, resources, and more.
Stars: ✭ 4,753 (+803.61%)
Mutual labels:  unity, game-development
Lume
Create CSS3D/WebGL applications declaratively with HTML. Give regular DOM elements shadow and lighting.
Stars: ✭ 445 (-15.4%)
Mutual labels:  3d, 3d-models
Roygbiv
A 3D engine for the Web
Stars: ✭ 499 (-5.13%)
Mutual labels:  game-development, 3d
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (-28.71%)
Mutual labels:  unity, game-development
Leopotamgrouplibraryunity
Tools library for unity 3d game engine: animator graph helpers, serialization (json), localization, event routing (eventbus, ui actions), embedded scripting, uGui xml markup, threading, tweening, in-memory protection and other helpers (pure C#)
Stars: ✭ 373 (-29.09%)
Mutual labels:  unity, game-development
Unity Wireframe
General purpose wireframe shaders for use in Unity.
Stars: ✭ 378 (-28.14%)
Mutual labels:  unity, game-development
Game Networking Resources
A Curated List of Game Network Programming Resources
Stars: ✭ 4,208 (+700%)
Mutual labels:  unity, game-development
Etengine
Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
Stars: ✭ 408 (-22.43%)
Mutual labels:  game-development, 3d
Engine Native
Native engine for Cocos Creator
Stars: ✭ 488 (-7.22%)
Mutual labels:  game-development, 3d
Crystalai
A Utility AI for C# and Unity
Stars: ✭ 328 (-37.64%)
Mutual labels:  unity, game-development
Limonengine
3D FPS game engine with full dynamic lighting and shadows
Stars: ✭ 331 (-37.07%)
Mutual labels:  game-development, 3d
Verticaldissolve
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
Stars: ✭ 434 (-17.49%)
Mutual labels:  unity, game-development

hedera

paint 3D ivy in the Unity Editor, simulate growth in real-time*

* real-time mesh gen might be slow on old computers / GPUs

  • cover your 3D world in ivy
  • 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
  • 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 (but probably works ok on other Unity versions too)

usage

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].