Cinder
Cinder copied to clipboard
Fix all blocks and samples on linux
This is a child PR from #2134.
This PR makes all samples and related blocks work on linux, except those that aren't supported:
- Cairo block
- Renderer2D class
- Capture class
- Quicktime block
- Apple stuff (LocationManager, MotionManager, iOS samples)
Unsupported samples were added to the CINDER_SKIP_SAMPLES list (except for the Cairo samples which will be supported with my next PR: see #2136).
close #1483 close #2052 close #2022