All Projects → nrosenstein-old → houdini-library

nrosenstein-old / houdini-library

Licence: MIT license
My personal library of Houdini digital assets and shelf tools.

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to houdini-library

hipCollection
Houdini Files, Hdas, Effects
Stars: ✭ 22 (-78%)
Mutual labels:  houdini, houdini-digital-assets
texture-synthesis-houdini
🎨 Houdini / PDG Plugin for Embark Studios' Example-based texture synthesis
Stars: ✭ 91 (-9%)
Mutual labels:  houdini, houdini-digital-assets
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (+214%)
Mutual labels:  houdini, houdini-digital-assets
zhoudini
houdini hda tools focused on procedural modeling environments
Stars: ✭ 47 (-53%)
Mutual labels:  houdini, houdini-digital-assets
googleDriveVFXServer-pipeline
Transform a Google Drive server into a VFX pipeline ready server
Stars: ✭ 15 (-85%)
Mutual labels:  houdini
qq
Houdini little tools and knowledge
Stars: ✭ 21 (-79%)
Mutual labels:  houdini
Yurlungur
The universal scripting wrapper for Maya, Houdini and Unreal Engine.
Stars: ✭ 51 (-49%)
Mutual labels:  houdini
hou farm
A Deadline farm submission tool.
Stars: ✭ 27 (-73%)
Mutual labels:  houdini
palladio
Palladio enables the execution of CityEngine CGA rules inside of SideFX Houdini.
Stars: ✭ 92 (-8%)
Mutual labels:  houdini
usd-noodle
Pretty node graph showing dependencies of a USD file
Stars: ✭ 87 (-13%)
Mutual labels:  houdini
kinefx tools
Collection of rigging tools and utils for Houdini Kinefx
Stars: ✭ 64 (-36%)
Mutual labels:  houdini
Houdini-Plugin-for-Tensorflow-Smoke-Stylization
Tensorflow implementation of Style Transfer for Smoke Simulations. Created as part of ETH Zurich Student Summer Research Fellowship
Stars: ✭ 33 (-67%)
Mutual labels:  houdini
P4VFX
Perforce for VFX content creation tools including Maya, Houdini and Nuke
Stars: ✭ 38 (-62%)
Mutual labels:  houdini
squircle-houdini-css
A tiny CSS Houdini module that allows to add a squircle shape to HTML elements
Stars: ✭ 104 (+4%)
Mutual labels:  houdini
hpaste
simple plain text snippet exchange for Houdini
Stars: ✭ 79 (-21%)
Mutual labels:  houdini
treegen
Vegetation Generation Tool for Houdini
Stars: ✭ 72 (-28%)
Mutual labels:  houdini
TACTIC-Handler
PySide based TACTIC client for maya, nuke, 3dsmax, houdini, etc
Stars: ✭ 67 (-33%)
Mutual labels:  houdini
Arteries
A procedural modeling toolkit base on UE4 blueprint
Stars: ✭ 92 (-8%)
Mutual labels:  houdini
vfxwindow
Python Qt Window class for compatibility between VFX programs
Stars: ✭ 80 (-20%)
Mutual labels:  houdini
smooth-corners
CSS superellipse masks using the Houdini API
Stars: ✭ 133 (+33%)
Mutual labels:  houdini

Niklas' Houdini Library

— A collection of digital assets, shelf tools and code snippets.

Documentation

The documentation can be found at https://niklasrosenstein.github.io/houdini-library

In the documentation, nodes will be marked with one of the following badges to indicate the license that the HDA was saved with. Since I'm using a Houdini Indie license, most of the assets are going to be Indie based.

Installation

Use the green Download button on the upper right and choose "Download ZIP". Alternatively, if you're familiar with Git, you can also clone this repository and pull to get updates.

Once you've placed the library in a directory of your choice, update your Houdini environment like so (by editing the houdini.env file in your user preferences folder):

# Make sure HOUDINI_PATH has its default value. Omit this line if there is
# already one like this, otherwise make sure that it's the first line in
# the file.
HOUDINI_PATH="&"

# Add the library to the HOUDINI_PATH. Replace the path with the absolute
# path to where you placed the library. Use : instead of ; on macOS.
HOUDINI_PATH="$HOUDINI_PATH;C:\Users\niklas\repos\houdini-library"
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].