Nick Heiner
Nick Heiner

Reputation: 122442

OpenSteer on Xbox 360?

I want to use OpenSteer for my game that I want to be compatible with the Xbox 360. I have heard that since it is a wrapper for a C++ library, it will work in XNA on a PC, but not on the Xbox. Is there no way to make it compatible?

UPDATE: The C++ version may not be, but what about OpenSteerDotNet?

Upvotes: 2

Views: 509

Answers (2)

Peter Lillevold
Peter Lillevold

Reputation: 33920

According to the OpenSteerDotNet homepage:

It should work fine with XNA Game Studio Express, including the XBox 360 runtime.

Upvotes: 1

Klaim
Klaim

Reputation: 69682

No, not if you're not a professional game developer, got an agreement with Microsoft and pay them for their SDK (hardware include).

XNA don't allow native code on the XBox360.

You're only alternative is to use a .Net implementation of the same library, OpenSteerDotNet as suggested in comments.

Upvotes: 1

Related Questions