Skip to content
og2t edited this page Sep 9, 2011 · 4 revisions

Yay! You got here, so you really want to know how HiSlope can help you. It's designed to make your life easier when you want to experiment with real-time video processing and webcam streams. It can be applied to static images as well, so you can do some fancy image manipulation with no pain at all.

But it will mainly save you time by generating an UI for manipulating your variables. Ah and HiSlope also likes PixelBender.

HiSlope uses the chain approach. So, it's not node based, as it would be too slow to work in real-time. However, node based structure can be forced manually by running multiple Filter Chains.

##First things first If you haven't done it yet – do check the example SWFs in the examples/bin folder. Then check its sources. It shouldn't look too complicated. Then read on the wiki.

Clone this wiki locally