11 comments

[ 3.1 ms ] story [ 31.8 ms ] thread
Well that's great, but it still doesn't provide a clean API to C# does it? So it can't really be a replacement for XNA?
XNA C# != DirectXTK C++

Or did I miss something?

IS XNA allowed by the WinRT? Can you publish XNA stuff via the Windows 8 store?
Not the XNA from Microsoft. But if you use MonoGame, you can publish on the win8 store.
XNA seems to be in a zombie state http://forums.wpcentral.com/developers/180590.htm

All the official Metro documentation only talks about DirectX with C++.

But my point was that the title used by the original post was misleading.

If you need to use C++, then there are better engines than an XNA API clone.

Title doesn't match the content at all. I thought this might be an official announcement re: the future of XNA.
Which would be long overdue. DirectXTK looks neat but so far it's no replacement for the bits of XNA I've used. And with all the uncertainty I'd like to see something very official in big, shiny writing to convince me any new MS game development offering is futureproof enough to bother learning.

No disrespect to Shawn Hargreaves, whose work I've been enjoying since discovering Allegro 15 years ago. I'm interested to see whatever he produces post-XNA and glad of the reminder to check his blog more often.

> My implementation approximates an ideal geosphere by recursively subdividing a starting shape – in this case an octahedron.

I implemented an Octahedral geosphere for a space game in Panda 3D. Otherwise, you'd get artifacts when looking down at the poles of a planet, where all those longitude segments intersected.