Procedural Textures - anyone interested in collaboration

A place for Ogre users to discuss non-Ogre subjects with friends from the community.
Post Reply
duke4e
Gnoblar
Posts: 10
Joined: Thu May 19, 2005 8:30 pm

Procedural Textures - anyone interested in collaboration

Post by duke4e »

Hey,

I'm working on procedural texture generator, so I'm searching for people interested in helping out/collaborating. My texture generator is currently software only. Algorhytms behind it are pretty innovative and AFAIK no one else came up with similar idea to generate textures. I'm searching for people who have some of following skills: shaders (HLSL/GLSL/CG), OpenGL, Direct3D, Advanced Windows GUI creation, but also have experience with some kind of procedural graphics generation. I'd like to evolve this project into something similar to Werkkzeug 3 TE/MaPZone/Filter Forge, but with easier/smarter GUI and to be much simpler to use by traditional CG artists.

For anyone interested in checking out WIP texture generator, get the link from below. Note that this is only a basic greyscale texture generator, because colorization and other effects are fairly easy to implement.
http://www.mediafire.com/download.php?yqwy2nth3io
User avatar
steven
Gnoll
Posts: 657
Joined: Mon Feb 28, 2005 1:53 pm
Location: Australia - Canberra (ex - Switzerland - Geneva)
Contact:

Re: Procedural Textures - anyone interested in collaboration

Post by steven »

Did you know about http://www.fxgen.org/ ?
duke4e
Gnoblar
Posts: 10
Joined: Thu May 19, 2005 8:30 pm

Re: Procedural Textures - anyone interested in collaboration

Post by duke4e »

Yeah, but it's nothing spectacular. Few years ago I've made 2 similar texture generators (but without GUI).
User avatar
madmarx
OGRE Expert User
OGRE Expert User
Posts: 1671
Joined: Mon Jan 21, 2008 10:26 pm
x 51

Re: Procedural Textures - anyone interested in collaboration

Post by madmarx »

I found your work great. :D
I gave a glimpse on the texture system of theprodukkt. I have some experience in city and trees generation. I can understand that things are procedurally generated, but I find it much more difficult to think of a good interface to use the algorithms. I don't see what interface could be better for artists than boxes or nodes with 'explanative' titles ?
Have you already a precise idea of what kind of interface do you want to achieve ?
Tutorials + Ogre searchable API + more for Ogre1.7 : http://sourceforge.net/projects/so3dtools/
Corresponding thread : http://www.ogre3d.org/forums/viewtopic. ... 93&start=0
duke4e
Gnoblar
Posts: 10
Joined: Thu May 19, 2005 8:30 pm

Re: Procedural Textures - anyone interested in collaboration

Post by duke4e »

Well, I was thinking about boxes (like in werkkzueug) but with optional cables/wires (found in other procedural editors). Placement whould be quantinized so boxes whouldn't be scattered that much around. Also use of containers (like in synthedit) whould be a good practice - a container whould be a box that can be edited as separate entry and whould contain a combination of filters/generators which could later be reused.

I was also thinking about hexagonal grid, but I'm not sure if that whould be such a good practice.
Post Reply