It’s been a while since I wrote a post but a lot of thing is going on for me right now. I’m participating in a major project at work and helping FPSlab team with two of their products. Hopefully soon I’ll have some short break and update you with what’s comming up this year.
I can assure you I was working on VizToolkit projects also. I made some changes to free VizToolkit Controls Library and created new plugins for VizToolkit Scripting Library. Both of them will be avaible as soon as I manage to update documentation and create proper installers. So please stay tuned, I’ll be with you soon :-).
Cheers
GHTime Code(s): 33c66
Hi Hormon,
I am a freelance Viz Artist. I wanted to learn scripting and how to make customize application for Viz Artist. Currently I am learning C (#) Sharp. Can you please guide me how to start scripting and what other softwares I need to learn.
One more question.
Is it possible to run Viz Artist 2.8 on windows 7?
Thanks & Regards
Gopal
gopal_abs@yahoo.com
Hi Gopal,
If you want to start with scripting in 3.x I suggest you read the scripting documentation installed in your viz folder. You might also want to read something about vbscript – there are a lot of sites on the internet with vbscript reference and samples. You might also check some articles on this site like Viz3 Scripting: Zooming and Dragging or Viz3 Scripting: Reusable button script for some usefull examples.
As for your second question I can only say this: viz guys claim viz 2.8 doesn’t support Windows 7. Personally never tried to run it, but my friend is using Virtual Machine with Windows XP on it to run Artist 2.8.
Cheers, and good luck
Hormon
Hi Hormon,
Thank you for your reply. Most of the programmer are using Visual Basic to make the external application for Viz. So do I need to learn VB or I can do the same things in C sharp.
Regards
Gopal
Hi Gopal,
C# in my oppinion is far more flexible then Visual Basic, and yes you can do the same things in it and more. Frankly there it makes no difference whether you use it or Visual Basic, bacause both of these languages are based on .NET Framework.