Re: [Factor-talk] Time for some Tutorials

2012-09-03 Thread Market 0ne-Source.com
; To: factor-talk@lists.sourceforge.net > Subject: Re: [Factor-talk] Time for some Tutorials > > > On Tue, Aug 21, 2012 at 9:27 PM, Market 0ne-Source.com > wrote: > > Thanks, > > > > I did just that, that's when the compiler error popped up. Can > the is

Re: [Factor-talk] Time for some Tutorials

2012-08-21 Thread Joe Groff
On Tue, Aug 21, 2012 at 9:27 PM, Market 0ne-Source.com wrote: > Thanks, > > I did just that, that's when the compiler error popped up. Can the issue be > over the version of the DLL ? The error you posted is an OpenGL error and has nothing to do with OpenAL. Are you using the latest OpenGL driver

Re: [Factor-talk] Time for some Tutorials

2012-08-21 Thread Market 0ne-Source.com
Thanks, I did just that, that's when the compiler error popped up. Can the issue be over the version of the DLL ? Best, Arb I wanted to get a feel on raytrace : "gpu.demos.raytrace" This is the info I'd like to add 1) dependency OpenAL32.dll 2) proper way to load C library

Re: [Factor-talk] Time for some Tutorials

2012-08-21 Thread John Benediktsson
> > I wanted to get a feel on raytrace : "gpu.demos.raytrace" > > This is the info I'd like to add > > 1) dependency OpenAL32.dll > 2) proper way to load C library > > I copied DLL to factor directory > > "OpenAL32.dll" "." cdecl add-library > "OpenAL32.dll" load-library > I think you just want to

Re: [Factor-talk] Time for some Tutorials

2012-08-21 Thread Market 0ne-Source.com
Hi, I'd like to contribute documenting Factor. I come from a procedural programming style, that should be a plus ! One efficient way to go at it would be to update documentation with information pointed to by questions or misundertandings from people learning Factor or a specific library. One o

Re: [Factor-talk] Time for some Tutorials

2012-08-20 Thread Alexander J. Vondrak
uck, --Alex Vondrak From: John Benediktsson [mrj...@gmail.com] Sent: Monday, August 20, 2012 6:47 PM To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] Time for some Tutorials Not bad ideas, we'd welcome any contributions you'd like to make in this area. Besides some

Re: [Factor-talk] Time for some Tutorials

2012-08-20 Thread John Benediktsson
Not bad ideas, we'd welcome any contributions you'd like to make in this area. Besides some future, currently unavailable, tutorials, I would suggest you look at: * Reading "Factor Cookbook" ( http://docs.factorcode.org/content/article-cookbook.html) * Creating "Your First Program" ( http://docs.

[Factor-talk] Time for some Tutorials

2012-08-20 Thread graham telfer
I down loaded and installed the latest version of Factor. The list of improvements and new libraries is impressive but pretty scary to a casual user of Factor like myself. Isn't it time there were some tutorials available? I would like to see 3 initially: a beginner's tutorial in the manner of