dreamworksanimation / arras4_core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arras4_core

This repository contains the C++ libraries implementing Arras. The libraries are required by the example application arras_render, and by the MoonRay Hydra plugin HdMoonray.

This repository is part of the larger MoonRay/Arras codebase. It is included as a submodule in the top-level OpenMoonRay repository located here: OpenMoonRay

  • arras4_message_api The API used to manipulate messages and create new message types.
  • arras4_computation_api The API used to implement new computations.
  • arras4_client The APIs used to implement Arras clients.
  • arras4_log The Arras logging system.
  • arras4_network Implementation of INET and IPC sockets, and associated buffering. HTTP client and server support.
  • arras4_core_impl Implementation of Arras messaging and computation host using sockets.
  • arras4_test Test messages, computations and clients for Arras.

About

License:Apache License 2.0


Languages

Language:C++ 89.4%Language:CMake 4.1%Language:Python 4.1%Language:Shell 1.7%Language:C 0.5%Language:Objective-C++ 0.1%