Remotion / OpenTissue

OpenTissue is a collection of generic algorithms and data structures for rapid development of interactive modeling and simulation.

Home Page:http://www.opentissue.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTissue

OpenTissue is a collection of generic algorithms and data structures for rapid development of interactive modeling and simulation.

Free for commercial use, open source under the [http://opensource.org/licenses/zlib-license.php ZLib License].

Getting Started/Installing

For Developers

Read More

Programming Guides

Core- Atomic building blocks that are commonly used throughout all OpenTissue components, including data structures and algorithms.

Collision - Methods for detecting collisions between motion-independent objects and creating contact information.

Dynamics - Collection of methods for mathematically modeled simulations and physics-based animations, including rigid, soft, and fluid body dynamics.

Kinematics - Methods for kinematic animations, including inverse kinematics, skinning, and key-framed character animation.

GPU - Collection of general purpose algorithms and methods performed on the GPU (GPGPU).

Utility - Large collection of miscellaneous utilities, mostly for OT-based applications.

Learn More

Here is a few suggestions

  • Learn more about generic programing reading a textbook.
  • Learn about the C++ programming language from a textbook.
  • Learn more about solving problems with C++ by reading a textbook

About

OpenTissue is a collection of generic algorithms and data structures for rapid development of interactive modeling and simulation.

http://www.opentissue.org


Languages

Language:C++ 98.0%Language:CMake 1.3%Language:C 0.8%