code-google-com / slum

Automatically exported from code.google.com/p/slum
0 stars 0 forks source link

some docs requests #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

Can I request that you include in the upcoming documentation
suggestion and examples of workflows.

For example, what if I want my library of function to remain in RSL
outside of SLUM?
What if I have two libraries of function (e.g. for GLSL and RSL), do
you suggest using the same names for equivalent functions? What if
functions can't have equivalent?
What if we want to use function overloading, what do you suggest to
make SLUM determine at compilation time the "fastest" function
depending on user parameters? For example, I have functions
diffuse(N), diffuse(N, wrap), diffuse(N, wrap, gamma). If wrap and
gamma == 1, then use diffuse(N).
Is there a way to get a SLUM node output connected to a slum node
input? etc.

This type of experience is quite new to me, and I may avoid pitfalls
(and not lose time) by getting tips and suggestions from the
experienced one.

Thanks
Bertrand 

Original issue reported on code.google.com by hra...@gmail.com on 9 Sep 2008 at 8:07