Hi all,
I just found one shader tool from Alexei Puzikov.
http://www.dream.com.ua/downloads/shaderman7.zip
http://www.dream.com.ua/downloads/shaderman7.rar
Will be nice if we can use it with irrlicht.
Shader tool
-
- Posts: 602
- Joined: Sat Aug 23, 2003 2:03 am
- Location: Pottstown, PA
- Contact:
Crafter is also very cool and professional. It recently became open-source. But it's a beta and extremely complicated to use. Anyway, check the link:
http://www.funnyfarm.tv/thelab/crafter/research.htm
http://www.funnyfarm.tv/thelab/crafter/research.htm
-
- Posts: 41
- Joined: Mon Feb 16, 2004 7:37 pm
Well, all the tools listed here aren't going to work with Irrlicht since they all export to some higher level shaders. Even if you did manage to find one that exports to the low level shader languages that Irrlicht supports you will probably find it doesn't work yet, according to the docu there are some functions that Irrlicht doesn't support to send to the GPU. This means that if you write one, it may not work and you won't know if it is Irrlicht or the shader that is wrong.
It may be best to wait until CG is supported by which ever renderer you are using, it'll take some time for me since noone is working on a DX version of the CG wrapper that I know about.
It may be best to wait until CG is supported by which ever renderer you are using, it'll take some time for me since noone is working on a DX version of the CG wrapper that I know about.