Git Product home page Git Product logo

stubble's Introduction

Stubble

Stubble is a plugin for Autodesk Maya providing user-friendly virtual hairstyling, i.e., creation, editing, and animation of hair or fur on 3D models. It is a student software project developed on Faculty of Mathematics and Physics, Charles University in Prague, managed by Computer Graphics Group - Charles University (http://cgg.mff.cuni.cz). It is written mainly in C++ with bits of MEL scripting for proper Maya binding.

Main features

  • Low disk space footprint of the generated data at render time
  • Procedural hair generation and interpolation via editable guide hairs
  • Hair dynamics via Maya NURBS curves
  • Wide user control over the output using textures
  • Intuitive interface with real-life like tools, e.g., scissors or brush
  • Large variety of input devices, e.g., mouse, tablet, or a haptic device

Requirements

The provided source code was built and tested using Microsoft Visual Studio 2010. It was run and tested in Maya 2011. However, it should run just fine under newer versions.

Third party software

To successfully build Stubble several third party software packages are needed which are not distributed with the source code. The solution is configured to look for them in the external directory one level above the solution directory or in the standard paths.

  • Autodesk Maya SDK - software development kit distributed along with Autodesk Maya located in the same location as maya.exe.
  • 3Delight Studio Pro (9.5 or higher) 64-bit (includes plug-in for Maya) - RenderMan-compliant rendering solution for Autodesk Maya available at http://www.3delight.com/downloads/free/3delight-9.0.84-setup-x64.exe with performance limited license.
  • Qt library 4.7 - user interface in Autodesk Maya is based on Qt UI framework, the framework is used mainly for mouse interaction features. Required version is 4.7 or newer. Available at http://qt-project.org/downloads
  • CHAI 3D 2.0.0 - CHAI 3D is an open source set of C++ libraries for computer haptics, visualization and interactive real-time simulation. Available at http://www.chai3d.org/download.html
  • libnoise 1.0.0 - A portable, open-source, coherent noise-generating library for C++. Available at http://libnoise.sourceforge.net/downloads/index.html
  • zlib 1.2.5 - Zlib is designed to be a free, general-purpose, legally unencumbered lossless data-compression library. Required version is 1.2.5 or newer. Available at http://zlib.net/
  • zipstream 1.0 - zipstream is c++ iostream wrapper for the zlib library. Available at http://www.codeproject.com/KB/stl/zipstream.aspx
  • Wintab - Wintab is a graphics tablet software development kit available at http://www.wacomeng.com/
  • newmat 10 - Portable, open-source library for large matrix manipulations. Available at http://www.robertnz.net/download.html. Probably the best choice to use without the need for platform optimized LAPACK and BLAS.
  • OpenGL 2.0 - basicaly the same version as used by Maya. Optimized version is provided by graphics card vendors. For more information see http://www.opengl.org. The code present in Stubble should be portable to newer OpenGL versions.

stubble's People

Contributors

petrkadlecek avatar oicw avatar

Watchers

James Cloos avatar  avatar

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.