WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-09-2004, 07:44 PM
jkelly jkelly is offline
Member
 
Join Date: Jun 2003
Posts: 7
game devices

I would like to access multiple USB game devices (a joystick and a steering wheel). Is there a simple way to do this? To access a single device I just use sid.get()

Thanks
Reply With Quote
  #2  
Old 11-10-2004, 01:48 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Currently you can only access one device with the sid library.
Reply With Quote
  #3  
Old 01-19-2005, 12:06 PM
hotspur1 hotspur1 is offline
Member
 
Join Date: Mar 2003
Location: Cambridge, MA
Posts: 54
Would this be accomplished by writing a plug-in? Is it possible to access multiple devices at the same time via DirectX? Or would it be possible to modify the sid library?

Thanks, I'm interested in using two joysticks at the same time...
Reply With Quote
  #4  
Old 01-19-2005, 01:07 PM
tobin tobin is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 251
We can get you access to the sid module. It's a DLL compiled as a Python extension module and actually operates entirely independently of Vizard. You'd be largely on your own, though, in terms of support for modifying this project.
Reply With Quote
  #5  
Old 01-19-2005, 01:21 PM
hotspur1 hotspur1 is offline
Member
 
Join Date: Mar 2003
Location: Cambridge, MA
Posts: 54
OK -great. Let me know how to get the project and we'll give it a shot. IT may be useful to others, as well...

Thanks
Reply With Quote
  #6  
Old 04-24-2006, 01:46 AM
Geoffrey Geoffrey is offline
Member
 
Join Date: Feb 2006
Posts: 8
Multiple joysticks

Hello,

I would like to use a joystick and the pedals of a steering wheel.
Is it already possible to use both at same time ?

thanks,
geoffrey.
Reply With Quote
  #7  
Old 04-24-2006, 10:01 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

As long as windows detects the pedals as a standard gamepad then you can use them. Here is some sample code:
Code:
import sid

#First joystick is automatically created when sid is imported
#Add second joystick
pedals = sid.add()

#Get joystick data (see command reference for sid library)
pedals.get()
Reply With Quote
  #8  
Old 04-25-2006, 04:26 AM
Geoffrey Geoffrey is offline
Member
 
Join Date: Feb 2006
Posts: 8
works,
thanks

geoffrey.
Reply With Quote
  #9  
Old 02-02-2007, 03:19 AM
softscan2 softscan2 is offline
Member
 
Join Date: Sep 2005
Location: Newcastle, Australia
Posts: 11
Send a message via Yahoo to softscan2 Send a message via Skype™ to softscan2
Question Game Developers ???

Is there anyone trying to develope games using Vizard.
Ifso I would like to talk with you !!!
Reply With Quote
  #10  
Old 02-02-2007, 12:09 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
Many of the demo and projects we have worked on at WorldViz have gameish elements. Would you like some asstance on where to start or are you looking for some people to work on a project with you?


BTW, what kind of game are you interested in making with Vizard?
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #11  
Old 03-27-2007, 02:16 AM
softscan2 softscan2 is offline
Member
 
Join Date: Sep 2005
Location: Newcastle, Australia
Posts: 11
Send a message via Yahoo to softscan2 Send a message via Skype™ to softscan2
Basically a natural language & narrative driven role playing game.
I have all the sets and avatars buil and am starting to add functionality.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:18 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC