Misc Resources

Updated on Dec 8  2023


Interesting Articles
Mocap Reading
Overview
Renderfarm Tips
Houdini / Renderfarm

Linux Quick Guide

FFMPEG
SeaMonkey

Quick Links to Conferences:
ACMSIGGRAPH youtube
Siggraph archive
Siggraph University
VIEW
VIEW youtube
FMX

Quick Links to Websites:
CGW
fxguide
Cinefex
CGSociety

copyright © Deborah R. Fowler
Linux Quick Guide

Deborah R. Fowler



Path Symbols

Posted on Feb 27  2022


A note about forward / and backward \ slash in programming context

In Windows OS:
In Linux (and Mac also Android, Chrome, any Unix-like OS), forward slashes are used.

Finally in programming languages:

And a letter r in front of a string identifies it as a raw string so that backslashes are treated as literal characters (not my favorite syntax, but google searches might lead you to this syntax)