All Projects → VictorYudin → Saturn

VictorYudin / Saturn

Labels

Projects that are alternatives of or similar to Saturn

Make.go
A Go script that could replace your Makefile.
Stars: ✭ 105 (-4.55%)
Mutual labels:  makefile
Emotional Labor Assessment
Stars: ✭ 106 (-3.64%)
Mutual labels:  makefile
Python Jenkins Template
Template for Jenkins jobs for python projects.
Stars: ✭ 108 (-1.82%)
Mutual labels:  makefile
D3 Bootstrap
[DEPRECATED] d3-friendly versions of Twitter bootstrap JavaScript tools
Stars: ✭ 105 (-4.55%)
Mutual labels:  makefile
Crkbd
Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys.
Stars: ✭ 2,056 (+1769.09%)
Mutual labels:  makefile
Pingprom
Prometheus uptime monitoring quickstart
Stars: ✭ 107 (-2.73%)
Mutual labels:  makefile
Yii2 Cookbook
Yii 2.0 Community Cookbook
Stars: ✭ 1,397 (+1170%)
Mutual labels:  makefile
Project
General issue tracker for the Frictionless Data project.
Stars: ✭ 108 (-1.82%)
Mutual labels:  makefile
Graphviz Scripts
Some dot files for graphviz
Stars: ✭ 106 (-3.64%)
Mutual labels:  makefile
Beyondinteraction
openFrameworks examples for the book "Beyond Interaction".
Stars: ✭ 108 (-1.82%)
Mutual labels:  makefile
Kamasutra Cn
那啥经(梵汉对照)- for Chinese only
Stars: ✭ 106 (-3.64%)
Mutual labels:  makefile
Awesome Safety Critical
List of resources about programming practices for writing safety-critical software.
Stars: ✭ 1,425 (+1195.45%)
Mutual labels:  makefile
Urlmock
A Cocoa framework for mocking and stubbing URL requests and responses.
Stars: ✭ 107 (-2.73%)
Mutual labels:  makefile
Makefile For The Front End
A decent Makefile for fast prototyping and a good development experience.
Stars: ✭ 105 (-4.55%)
Mutual labels:  makefile
Workflow Paper
The .md source for "The Plain Person's Guide to Plain Text Social Science". To exactly reproduce the PDF you will need current versions of R, TexLive, biber, and the support files at http://www.kieranhealy.org/resources.html.
Stars: ✭ 108 (-1.82%)
Mutual labels:  makefile
Docker Composer
🙆 Docker container to install and run Composer.
Stars: ✭ 104 (-5.45%)
Mutual labels:  makefile
Rprogdatascience
Stars: ✭ 108 (-1.82%)
Mutual labels:  makefile
Seed
Go application GitHub repository template.
Stars: ✭ 109 (-0.91%)
Mutual labels:  makefile
Kubernetes Common Services
These services help make it easier to manage your applications environment in Kubernetes
Stars: ✭ 109 (-0.91%)
Mutual labels:  makefile
Jmuduo
imitate a net library named muduo written by ChenShuo
Stars: ✭ 108 (-1.82%)
Mutual labels:  makefile

This repo is a Windows build recipe for Pixar USD. The recipe is automatically validated and the binaries are ready to do download thanks to AppVeyor.

AppVeyor build status

Universal Scene Description (USD), is a system that scalably encodes and interchanges geometry and shading data between Digital Content Creation applications.

Something else?

USD has a number of dependencies. Thus, the building script also contains the recipes for building lots of VFX (and other) libraries:

  • boost
  • embree
  • freeglut
  • freetype
  • glew
  • glfw
  • ilmbase
  • jpeg
  • libpng
  • materialx
  • oiio
  • openexr
  • opensubdiv
  • osl
  • png
  • ptex
  • tbb
  • tiff
  • usd
  • zlib

What's included?

USD monolithic library, Python stuff and UsdView. It's built with Visual Studio 2017 v15.x and linked with the static version of the run-time library.

Linux

The script works on CentOS 7. It requires the following packages.

sudo yum group install "Development Tools"
sudo yum install -y nasm ed python-devel mesa-libGL-devel mesa-libGLES-devel mesa-libEGL-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel mesa-libGLU-devel

The environment for USD

Maya

This repo does not provide a Maya plugin anymore, as there is an official Maya USD plugin from Autodesk now.

usdview

USD requires setting multiple environment variables. Saturn adds a windows script that sets the required environment:

c:\usd\usd.cmd usdview c:\kitchen_set\Kitchen_set.usd

Python requirements

usdview requires Python 2.7 and several preinstalled python packages. After installing Python, you can install the packages with the following command:

c:\usd\usd.cmd python -m pip install PySide PyOpenGL Jinja2
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].