memo / ofxMSAOpenCL

C++ openFrameworks addon for very simple to use wrapper for OpenCL. All underlying openCL objects are accessible to allow advanced features too if need be
http://www.memo.tv/ofxmsaopencl/
Other
88 stars 35 forks source link

Misc fixes #13

Closed prisonerjohn closed 8 years ago

prisonerjohn commented 8 years ago

Hey, awesome work on this addon, it's super useful! I found a few issues and omissions I fixed.

memo commented 8 years ago

Hey, thanks for doing this! I haven't tested the code, but looking through the commits it generally looks good except for a small thing which caused a little bit of concern:

prisonerjohn commented 8 years ago

Good point, I'll change that and update.

prisonerjohn commented 8 years ago

Should be good now!

memo commented 8 years ago

ace thx, looks good! out of curiosity, what kind of options do you use with this?

prisonerjohn commented 8 years ago

Cool!

I ported over this Marching Cubes implementation, and resolution is passed in to figure out how many Histogram Pyramids to generate.

prisonerjohn commented 8 years ago

(Did you mean to close without merging?)

memo commented 8 years ago

doh, no i didn't mean to close without merging. juggling a million plates at once :/ the marching cubes thing looks ace. if you want to submit it as an example pls go ahead :)

prisonerjohn commented 8 years ago

Cool, I was planning on it, just trying to up the framerate a bit first ;)