-
#VS2017 – Algunas opciones para misiones en #Minecraft en formato Xml #ProjectMalmo
Buenas! Hoy voy a explicar algunas de las configuraciones que Podemos definir en los archivos de mision. El ejemplo de archivo esta al final. Por ejemplo: La línea 21 define el nombre del Agente El elemento <AgentStart/> define la posición inicial del agente. La siguiente imagen muestra como al definir un valor alto en el… — read more
-
#VS2017 – Sample ConsoleApp to initialize missions in #Minecraft with Xml #ProjectMalmo
Good! Before continuing to analyze the sections that have an xml file with the definition of a mission in Minecraft, I will share a small ConsoleApp sample project which creates from scratch the necessary elements to interact in a Minecraft mission. The function that initializes the mission from a file is This file contains hidden… — read more
-
#VS2017 – ConsoleApp de ejemplo para inicializar misiones en #Minecraft en formato Xml #ProjectMalmo
Buenas! Antes de seguir analizando las secciones que posee un archivo xml con la definición de una misión en Minecraft, voy a compartir una pequeña ConsoleApp que crea desde cero los elementos necesarios para interactuar en una misión de Minecraft. La función que inicializa la misión desde un archivo es la siguiente This file contains… — read more
-
#VS2017 – Definition of #Minecraft missions in Xml format #ProjectMalmo
Hi! In yesterday’s post I wrote on how to create a mission in Minecraft using code. Now, if we need to create a world with special characteristics, one of the options we can consider is to define these options in a mission definition file, in XML format. The definition scheme of the mission is quite… — read more
-
#VS2017 – Definición de misiones para #Minecraft en formato Xml #ProjectMalmo
Buenas! En el post de ayer comente como crear una misión en Minecraft utilizando código. Ahora bien, si necesitamos crear un mundo con características especiales, una de las opciones que podemos considerar es definir estas opciones en un archivo de definición de misiones, en formato XML. El esquema de definición de la misión es bastante… — read more
-
#VS2017 – #Minecraft game interaction agents, missions definitions and recording with #ProjectMalmo
Hi! I am going to write some posts about Project Malmo, Minecraft and Visual Studio 2017. I still do not have very clear the order in which I will do them, so I will write and update them as I go along with my learning process. Once we have installed all the necessary prerequisites and… — read more
-
#VS2017 – Agentes de interacción con el juego, misiones y grabación en #Minecraft con #ProjectMalmo
Buenas! Voy a escribir algunos posts sobre Project Malmo, Minecraft y Visual Studio 2017. Como todavía no tengo muy en claro el orden en el que hare los mismos, los iré escribiendo y actualizando sobre la marcha. Pues bien, una vez que tenemos instalados todos los prerrequisitos y Apps necesarias para poder trabajar con Visual… — read more
-
#Windows10 – Disable the #SurfaceDial global menu in a UWP App
Hello! Today’s post is a fast one, for a specific scenario: In a Universal Windows Platform App, we must define whether to show or hide the menus when working with a Surface Dial. To do this, we must access the general configuration of Surface Dial using RadialControllerConfiguration. The following class shows an example of a… — read more
-
#Windows10 – Deshabilitar el menú de #SurfaceDial en una UWP App
Hola! El post de hoy es rápido, para un escenario concreto: En una Universal Windows Platform App, debemos definir si mostrar u ocultar los menús cuando se trabaje con un Surface Dial. Para realizar esto, debemos acceder a la configuración general de Surface Dial utilizando RadialControllerConfiguration. La siguiente clase muestra un ejemplo de un… — read more
-
#Windows10 – Customizing the default menu items in #SurfaceDial
Hello! I continue with the series of posts on work with Surface Dial. In the previous post I described how to create a menu with 3 options that are activated in the Surface Dial. If our App needs several menus, one of the options that we may need to take into account is to disable… — read more
-
#Windows10 – Personalizando los elementos del menú por defecto en #SurfaceDial
Hola! Sigo con la serie de posts sobre trabajo con Surface Dial. En el post anterior describí como crear un menú con 3 opciones que se activan en el Surface Dial. Si nuestra App necesita varios menús, una de las opciones que tal vez necesitemos tener en cuenta, es la de deshabilitar las opciones que… — read more
-
#PowerBI – Sending information to Streaming Datasets from a UWP App with C#
Hello! Today the post is a simple reminder of a piece of code I’ve written from scratch several times, and that’s it, I’m writing this down here! The scenario is simple: In a PowerBI Instance I have a pair of Streaming Datasets and I want to send information to them from a Windows Store App.… — read more
-
#PowerBI – Enviando información a Streaming Datasets desde una app UWP con C#
Hola! Hoy el post es un simple recordatorio de una porción de código que ya he escrito desde cero varias veces. El escenario es simple: En una instancia de PowerBI tengo un par de Streaming Datasets y quiero enviar información a los mismos desde una Windows Store App. Pues bien, en el Hands On Labs… — read more
-
#Windows10 – Working with Multiple Menus with #SurfaceDial in a UWP View
Hello! Today I follow the example of maps and Surface Dial in a UWP App. In today’s scenario, I will add a new functionality to the application with the map Use the Surface Dial spin to control the map zoom Use the Surface Dial spin to rotate the current view on the map Disable Surface… — read more
-
#Windows10 – Trabajando con múltiples menús con #SurfaceDial en una Vista
Hola! Hoy sigo con el ejemplo de los mapas y Surface Dial. En el caso de hoy, agregare una nueva funcionalidad a la aplicación con el mapa Utilizar el spin de Surface Dial para controlar el zoom del mapa Utilizar el spin de Surface Dial para rotar la vista actual en el mapa Deshabilitar el… — read more
-
#Windows10 – Rotating maps with C# and #SurfaceDial in UWP Apps
Hello! In order to talk a little about how to create advanced menus for the Surface Dial, I will resume my view with a map and add an extra feature to this view: Use the Surface Dial spin to control the map zoom Use the Surface Dial spin to rotate the current view on the… — read more
-
#Windows10 – Girando mapas con C# y #SurfaceDial en UWP Apps
Hola! De cara a hablar un poco sobre la forma de crear menús avanzados para el Surface Dial, retomare mi vista con el mapa y agregare 2 funcionalidades a la misma Utilizar el spin de Surface Dial para controlar el zoom del mapa Utilizar el spin de Surface Dial para rotar la vista actual… — read more
-
#Windows10 – 2 lines of C# code to handle maps using a #SurfaceDial
Hello! Today’s post will also describe an scenario on how to use a Surface Dial in a UWP App. In this case, in a view with a Map control. The first scenario to work is simple, control the zoom of the map display with the spin of the Surface Dial. Something similar to the following… — read more
-
#Windows10 – 2 líneas de C# code para controlar mapas con #SurfaceDial
Hola! Hoy también escribo un ejemplo sobre cómo utilizar Surface Dial en UWP Apps. En este caso, en una vista que tiene un control Map. El primer escenario a trabajar es simple, controlar el zoom de visualización del map con el spin del Surface Dial. Algo similar a la siguiente animación Como en el ejemplo… — read more
-
#Windows10 – Controlling a MediaPlayer Element with #SurfaceDial in a Windows Store App
Hello! Following yesterday’s example on how to use the new Surface Dial in a Windows Store App, today I’ll share how to integrate some of this device capabilities into a page with a Media Player Element. I have not put down much of imagination for this example, I just want to have 2 basic features… — read more