Xbox is a video game console made by Microsoft.
Questions tagged [xbox]
342 questions
5
votes
3 answers
Collection with very fast iterating and good addition and remove speeds
I'm after a collection that I can iterate through very fast. I'll also be adding items and removing (specific) items fairly regularly and so ideally would like those operations to be fast too.
I'm developing on the xbox and so am restricted to the…

George Duckett
- 31,770
- 9
- 95
- 162
5
votes
1 answer
Is "indie" app development for Xbox 360 possible?
Microsoft has introduced App Hub as a publishing portal for WP7 and Xbox 360. However, for the Xbox 360, there only seems to be support for adding and Xbox Live Indie Game project. Given the recent introduction of apps and the app marketplace on…

Håvard S
- 23,244
- 8
- 61
- 72
5
votes
0 answers
Xbox Creators Program and REST API
I recently applied for the Xbox Creators program to get access to their REST API. However, their documentation doesn't seem to mention how to authenticate using REST API. The documentation talks about XSAPI wrapper. I assume it comes with Xbox game…

Yoshikage Kira
- 1,070
- 1
- 12
- 20
5
votes
1 answer
Error 404 when using Xbox Live SDK Leaderboards
I’ve built a game (C#, UWP, Monogame) and want to integrate it with Xbox Live SDK (Microsoft.Xbox.Live.SDK.WinRT.UWP from NuGet).
Already got auth working but experiencing some problems with StatisticManager/Leaderboard.
What exactly am I…

cherepets
- 259
- 2
- 10
5
votes
1 answer
What is .EAppxBundle Compared to .AppxBundle
I wiresharked a download on my Xbox one, It was GtaV
And i got a .EAppxBundle Not a .appx or .AppxBundle.
Anyone know how to open these/convert them?
(Removing the E does not work)
Thanks in advance!

APEX studio
- 63
- 1
- 1
- 7
5
votes
3 answers
Get a users Xbox Achievements list?
Is there a way to get a user's achievements list from Xbox without dealing with screen scraping etc.?
How do sites like http://www.trueachievements.com do it? (they're definitely not screen scraping as they do not have my Live ID credentials...)
I…

Eran Kampf
- 8,928
- 8
- 49
- 47
5
votes
1 answer
Why doesn't Xbox support OpenGL?
I tried to think of a reason not to support OpenGL. Their Directx seams to be completely free and a lot of Indies are workin with OGL. So I see no reason not too support it. Since they use AMD, whose drivers have very good OpenGL, it wouldn't be…

user2741831
- 2,120
- 2
- 22
- 43
4
votes
1 answer
Will a C# library for the xbox kinect work for the windows kinect SDK?
Basically there are two Kinect devices. One for the Xbox and one for the PC.
I have written a .NET dll for the Xbox Kinect with C#. The Xbox kinect will be replaced after a couple of weeks with a PC Kinect, which has some hardware improvements…

Memet Olsen
- 4,578
- 5
- 40
- 50
4
votes
2 answers
Can (and how can) XNA studio be used to generate stereoscopic 3D on an Xbox 360 plugged into a 3D TV?
Can XNA Game Studio be used to generate stereoscopic 3D on an Xbox 360 plugged into a 3D TV? If so, what are the key API calls that I should look at, or where can I find more information?
I ask knowing little about XNA Game Studio (though, I'm…

Ben
- 41
- 1
4
votes
0 answers
Tessellation shaders not working with UWP DirectX 11 on Xbox Series X|S
I ported a DirectX 11 application to UWP to deploy it on Xbox Series X|S and hardware tessellation shaders are not working when running the app on Xbox (tested on retail Xbox Series X and Series S in devmode). The rendered geometry doesn't show up…

Invor
- 41
- 2
4
votes
2 answers
Can I send python script outputs to a Raspberry Pi over SSH/WiFi?
I'm putting a drone together and I have a Python script running on a Raspberry Pi taking Xbox controller inputs and turning them into a Python output I can use like:
if (event.code == 'ABS_Y'):
if event.state in range(25001,32768):
…

derpynodes
- 41
- 1
- 2
4
votes
1 answer
How can I write programs for the xbox and use its GPU?
Background
I've experimented with OpenCL with the C++ programming language on a Windows PC to write simple programs to a PC's GPU. In other words, I used it as a GPGPU. Under simple calculations I mean that I made two arrays, each containing 1…

Gabor Szita
- 319
- 4
- 13
4
votes
1 answer
gamepad javascript failing to updated as expected
I'm attempting to get the browser to report the status of my XBOX controller. However, it appears to become "stuck" after the first button press. What am I doing wrong?