Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

1
Become a Fan
5.0

Available as/for:
Description:
QShaderEdit is a simple multiplatform shader editor inspired by Apple's OpenGL Shader Builder.

QShaderEdit allows you to edit shaders and tweak shader parameters while previewing the results in real-time.

Currently it supports the following shading languages:

* ARB programs.
* GLSL shaders.
* CgFX effects.
Last changelog:

0.1.3
Add support for obj files.
Add icons.
Add texture and scene paths to settings.
Obj mesh scene plugin and mtl support.
New improved parameter panel.
Move document handling to its own class.
Fix double compilation bug.
Don't stop rendering when compilation fails.
Save texture paths as relative paths.


Ratings & Comments

5 Comments

ElMaco

I found a solution to the problem I've had with loading / creating CgFx in your application. Line 767 in 'cgfxeffect.cpp' reads: if((major == 1 && minor > 4) || major > 1) I changed this to: if((major == 1 && minor >= 4) || major > 1) It works splendid!

castano

Thanks for reporting the problem! I've fixed that in the svn repository.

ElMaco

I'm not running Windows at home, I run Gentoo64. This is why I'd love to see a good cross-platform Cg shadereditor. My libraries are placed in /usr/lib which is a symlink to /usr/lib64. Current Cg-version installed is 64bit 1.4.0

ElMaco

So far I've been confined to RenderMonkey and this really would make my work alot easier if it wasn't for one thing: I can't seem to open / create CgFx projects. I have nVidias Cg-toolkit installed so that's not the problem. Also, I had to alter the configure-script to use ccmake instead of cmake since cmake seemed to be unable to find qmake (even tho it's in my path). Keep up the good work!

castano

The problem with Cg could be for several reasons. First make sure that the Cg dlls are in the path, or place them in the same folder as the binaries. Take also in mind that you need Cg 1.4 or above. Earlier versions do not have good support for CgFX. I also had the same problem with cmake and recent Qt versions and had to change the paths manually using `make edit_cache`. Hope that helps and thanks for the comments!

Pling
0 Affiliates
Details
license
version 0.1.3
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Developers Apps:

Oo-mox
actionless
last update date: 8 years ago

Score 6.5

KEXI
jstaniek
last update date: 7 years ago

Score 6.5

BlackAdder
appy
last update date: 20 years ago

Score 5.0

Wing IDE Professional
sdeibel
last update date: 15 years ago

Score 5.0

Quanta Gold
appy
last update date: 20 years ago

Score 5.0

Codie
elgunvo
last update date: 15 years ago

Score 5.0



System Tags