Question

I'm working on a car simulation project in Blender using python scripting.

So far, I can control my vehicle(car) using simple keyboard sensors but now I want to use "Logitech G25 racing wheel" device to control my car. I googled for "Logitech G25 racing wheel python api" as hell but didn't find anything.

Is there any buddy who can help me or can post link for "Logitech G25 racing wheel python api"?

OS/platform : Windows 7, 2GB Ram, Dual Core Processor

Was it helpful?

Solution

As jsbueno mentioned, you shouldn't need an API for your specific device. As long as you can find one that can interact with generic gamepad or joystick drivers, that should be sufficient.

I found a few options that may be of interest to you, but being unfamiliar with Blender, I'm not sure how easily you'll be able to integrate them into your project. They are:

Unfortunately there's nothing that jumps out at me as especially easy to use and well-suited to your specific needs, but one of these projects may serve as a helpful starting point, at least.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top