Question

Apple's Shader Builder is not terribly advanced. I was wondering if there are any better choices for OS X other than running something under bootcamp.

Was it helpful?

Solution

There's a tool called Shader Maker which is based on Qt. Lumina is also open source.

One of the best GLSL editors I've encountered is ATI's RenderMonkey, but there is sadly no Mac OS X version.

Quartz Composer (included with the OS X development tools) has some GLSL editing functionality but it's probably not what you want. This is an example of something developed using the tool.

OTHER TIPS

Quartz Composer

While it might seem more appropriate to use Apple's OpenGL Shader Builder you should be using Quartz Composer. You can create a shader and see the changes you make in real-time, it highlights errors and allows a wide range on inputs including a Teapot. There are numerous predefined shaders to check out.

Like the Shader Builder, Quartz Composer is contained in the Xcode Graphics Tools download on developer.apple.com.

Yeah, RenderMonkey is the best out there IMO. I would run it off bootcamp or virtualize it since it isn't mega heavy on the hardware.

OpenGL Shader Builder, I think it's part of Xcode, as I don't recall ever installing it and I have it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top