Windows Store: video trailers, improved Store listings, advanced sales, and other new capabilities

At Build 2017, the Windows Store announced the initial availability of several features. Today, I want to share with you that all accounts have access to these features: More ways to promote your apps and drive user acquisition Create more engaging Store listings with video trailers Create and update Store listings faster using Import/Export More […] Continue reading Windows Store: video trailers, improved Store listings, advanced sales, and other new capabilities

Kevin Gallo Live | Windows Community Standup with Kevin Gallo July 2017

Kevin Gallo will be live on Channel 9 with Seth Juarez on July 26th, 2017 at 9:30am PST. Kevin will be providing updates to the state of the Windows SDK inside Windows 10 Falls Creators Update since everyone last chatted with him at Microsoft Build 201… Continue reading Kevin Gallo Live | Windows Community Standup with Kevin Gallo July 2017

3D Platformer A Hat in Time Comes to Xbox One This Fall

Calling all fans of Banjo-Kazooie, Conker: Live & Reloaded, Kameo, and anyone else who’s up for a cute-as-heck 3D platformer! From our new publishing initiative, Presented by Humble Bundle, we’re excited to announce our partnership with Gears for Breakfast to bring you A Hat in Time to Xbox One this Fall, priced at $29.99. In A Hat in Time, you play as a space-travelling girl with a big top hat. While minding her bees’ wax, an accident causes all her fuel, the Time Pieces, to scatter across a nearby planet. Hat Kid must now jump, fight, and stitch new hats… Continue reading 3D Platformer A Hat in Time Comes to Xbox One This Fall

Halo Wars 2 Gets Double DLC Drop with Serina and Operation: SPEARBREAKER Today

The penultimate payload of Halo Wars 2 Season Pass content has arrived, featuring two fun and exciting new story missions in Operation: SPEARBREAKER, and a beloved, digitally deceased but downloadably undeterred new Leader – the UNSC Spirit of Fire’s former AI Serina. With Operation: SPEARBREAKER, players get to drop feet first into two brand-new story missions that expand upon the ongoing struggle for control of the Ark. Taking control of a hero squad of Orbital Drop Shock Troopers, players must thwart the Banished’s latest plot to turn the tide of the conflict. When you’re ready to dive back into multiplayer,… Continue reading Halo Wars 2 Gets Double DLC Drop with Serina and Operation: SPEARBREAKER Today

Snack Pack 17: Building Your First .NET Core App in Visual Studio for Mac | The Xamarin Show

Welcome to The Xamarin Show Snack Pack Edition. A Snack Pack is bite sized episode that is focused on a specific topic and covered in just a few minutes. Today, we take a look at look at how to build your very first .NET Core applic… Continue reading Snack Pack 17: Building Your First .NET Core App in Visual Studio for Mac | The Xamarin Show

Working UrhoSharp with Xamarin Workbooks

The one and only, Charles Petzold (Don’t make me cry and say, “Who’s that?”) recently blogged about a very cool use for Xamarin Workbooks, using them to interactively build and explore creating UrhoSharp apps.

We’ve covered UrhoSharp a couple times…

What’s Xamarin Workbooks?

Workbooks are live documents that mix text, code and results in the same document.

This document will teach you how to effectively use Workbooks to explore, experiment and live code workbooks that you can share or reuse.

For example, the following cell declares a variable name, assigns the value “Miguel” and then prints the result. To watch it in action, position your cursor at the end of the line below and press the return key.

Interactive 3D with UrhoSharp and Workbooks

Humans live in a three-dimensional world, which we navigate from the time we’re infants. We might, therefore, assume that 3D graphics programming would be an intuitively natural fit to our lifetime of experience; after all, we simply need to translate familiar concepts (left and right, up and down, forward and back) into an X-Y-Z coordinate system.

For most people, however, 3D graphics is quite daunting. It’s hard to get a mental feel for 3D objects and how they move through space, and the mathematics involved can be truly hairy. It’s very common for beginning 3D graphics developers to programmatically define a camera, light source, and a 3D object, and then see nothing at all on the screen.

Imagine if you could then fiddle with the code a bit, perhaps change that positive Z coordinate to a negative, for instance, and immediately see the new result.

This is what the combination of UrhoSharp and Xamarin Workbooks now offers. 3D graphics programming has become more accessible to developers, as well as more enticing, by becoming more interactive.

UrhoSharp is Xamarin’s C# wrapper for the open-source Urho3D cross-platform game engine. This is a powerful, industrial-strength 3D graphics API whose major deficiency is that it has so many features it can seem overwhelming to a 3D newcomer (and to developers who already have some 3D coding experience!).

Xamarin Workbooks are documents that combine text and code. Workbooks allow you to edit and execute code in tiny pieces and get immediate feedback. To get started, download the Workbooks application from the Xamarin Workbooks page, and then begin exploring the almost 100 Workbooks that already exist for a variety of platforms.

Getting Started

If you know some UrhoSharp, it might not seem like the optimal platform for Workbooks. Normally, you create a UrhoSharp application by deriving a class from Application, overriding several methods, and then calling a method named Run. This Run method is blocking; it doesn’t return until the application has completed. Within a Workbook, this application architecture is not conducive to an interactive experience.

… [Click through to read the entire post]

Follow @CH9
Follow @coding4fun
Follow @gduncan411

Continue reading Working UrhoSharp with Xamarin Workbooks

Microsoft Forms Public Preview is available for all Office 365 commercial customers

Following Microsoft Forms Public Preview for Office 365 commercial customers announcement June 23, 2017, we’re rolling out Microsoft Forms Public Preview to our Office 365 commercial subscribers. Today, all commercial customers can visit http… Continue reading Microsoft Forms Public Preview is available for all Office 365 commercial customers