|
-
Feb 14th, 2003, 01:27 PM
#1
Thread Starter
Frenzied Member
visualizations
I was wondering how to make visualizations like in Winamp or Windows Media Player. Do you have to know DirectX in order to program one of those?
If anyone knows how to program a visualization, can you tell me how to do it in VB? Thanks.
-
Feb 14th, 2003, 01:38 PM
#2
Frenzied Member
You wont be able to do it as good in vb as vb isnt compiled its a tokenised language which means that the OS has to interpret each line of code as it executes it thus slowing it down. Most plugins are written in Java, C/C++/ or Delphi which arent tokenised they are compiled. VB just hasnt got the speed for graphics like that (altho its still possible to write a plugin in vb)
There are 3 types of people in this world.........those that can count, and those that can't.
Blobby
-
Feb 14th, 2003, 01:46 PM
#3
Thread Starter
Frenzied Member
I dont know how to program any Win32 C++ yet..i dont even know how to create a window in C++, let alone program DirectX. Well..i want to learn how to program DirectX, and i think that if i start out programming it in VB, i would understand how to program it in C++ when i start to learn to program it.
Can i still program a visualization in VB to try it out and see what happens even if it is slow?
-
Feb 14th, 2003, 02:03 PM
#4
Frenzied Member
Your best bet mate is go to the Winamp site and click on the 'Community' tab top right of the screen. This is a forum much like this one (but slower respose times). It is filled with forums, just choose one relevant to what you are after, theres lots of developer forums and someone there will be able to point u in the right direction
There are 3 types of people in this world.........those that can count, and those that can't.
Blobby
-
Feb 14th, 2003, 05:06 PM
#5
I think Blobby is mistaken. Java is interpreted in many cases, but VB6 is not truly interpreted. Whether or not it is actually too slow for your needs is unclear. Virtually all graphically intensive programs are still being written in C/C++ for speed, but I see that VB6 is catching up to some extent.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|