-
[#UNITY3D] HowTo: Use Visual Studio 2013 to edit .cs files in Unity
Hi! When this post is published I’m probvably be travelling from New York to Madrid, so I’ll make this a quick one: : how to configure Unity3D to use Visual Studio 2013 to edit .cs files. 1. Open Unity3D and access the menu Edit // Preferences. 2. Go to the External Tools section 3. As… — read more
-
[#HUMOR] Nice try Google
Hi! Nice try Google 1. It wasn’t a surprise when Google rise up and conquers the world 2. We start think about this when toy start to invest in military robots 3. But even with this … 4. No one uses Google+ Saludos @ Córdoba El Bruno Google — read more
-
[#RESHARPER] R # and INotifyPropertyChanged, really cool!
Hello! Since a couple of days ago I have this post in draft mode so I’m going to give out today. And the first first thing, a small, an image/video with really cool of ReSharper functionality Although I’ve already written recently about the ability of R # to implement this interface, as you can see… — read more
-
[#KINECTONE] Rock, paper, scissors with #KinectForWindowsV2
Hello! Christmas is over and also New Year festivities, I also have some party with my renewal as MVP for the 7th time, so I’ll go back and start again with some posts about Kinect for Windows V2. For this post I’ll make a game “Rock Paper and scissors” with the new Kinect for Windows… — read more
-
[#OPINION] Motion Controller for everything (ohh, yeahhhh! developer view)
Hello! It’s been over 2 years since the Kinect sensor was released. Even though it was not the first sensor which allows you to control games with body movements, it was one of the first to do it without any device attached to your body and with a pretty good accuracy. If we do a… — read more
-
[#PERSONAL] 7th time as MVP !!!
Hello! Start a new year like this great ! … in my homeland, with the family and with an email from Microsoft friends where they tell me that for 7th year in a row I have recognized as MVP (Microsoft Most Valuable Professional) The truth is that I’m still enjoying this recognition as a small… — read more
-
[#VS2013] #Chocolatey, installing Visual Studio 2013 in a single step!
Hello! It seems incredible that I’ve not yet written something about Chocolatey. If I have to define Chocolatey, is very easy Chocolatey is NuGet for applications Another way, instead of installing a package as a Visual Studio extension like you do with NuGet, Chocolatey takes care of installing a complete application, that includes app dependencies,… — read more
-
[#RESHARPER] R# 8.1 is now available!
Hello! great news, Resharper 8.1 is now available for download. I have already written enough about R# and for my is an indispensable tool . This new version is not a major release compared to previous versions, but still it has a very cool feature – Support for TypeScript, refactoring, navigation, code completion, code rearranging… — read more
-
[#KINECTONE] Kinect for Windows V2 posts #KinectSdk
Hi! Today is Valentino’s Birthday so I’ll write a small recopilation of Kinect for Windows V2 posts Unboxing the new #Kinect for Windows v2 #KinectOnehttps://elbruno.com/category/msn-microsoft/kinect/kinect-sdk-v2/page/3/ Getting started with the new #KinectOne sensor #K4Whttps://elbruno.com/category/msn-microsoft/kinect/kinect-sdk-v2/page/3/ Hello world with #KinectSdk v2 (body count!)https://elbruno.com/category/msn-microsoft/kinect/kinect-sdk-v2/page/2/ HowTo: detect hands state, like open or closed handhttps://elbruno.com/category/msn-microsoft/kinect/kinect-sdk-v2/page/2/ Emotion analysis with #Kinect? almost …https://elbruno.com/category/msn-microsoft/kinect/kinect-sdk-v2/page/2/… — read more
-
[#SCRUM] Arquitecture must emerge (f#@*s* the classic architects!)
Hello! Merry Christmas and if someone did not understand the title, is “Forget the architects!“. During recent years, when I worked in large organizations; I always found the “Architecture Team”. This team can be formed by one or more people and they are usually the ones in charge of great architecture decisions for the teams… — read more
-
[#SCRUM] SCRUM is not for amateurs
Hello! After a couple of talks in Cordoba on how to build software, I ended up recalling a phrase, shaerd to me by Edu about scrum SCRUM is not for amateurs Important stuff > EDU now got the PSD, so whenever we talk about this stuff he brings me back to a lot of concepts… — read more
-
[#TFS2013] Team Foundation Server 2013 Admin Tool now supports TFS2013
Hi! Great news, TFS Admin Tool now supports Team Foundation Server 2013. And also is not longer required to install Visual Studio on the same machine, now you can use the TFS Object Model for TFS 2013 to run the TFS Admin Tool. Saludos @ La Rancherita El Bruno Google — read more
-
[#HUMOR] Coding on holidays
Hi! Someone ask me why I’m still coding on vacations self explaining Saludos @ La Rancherita El Bruno Google — read more
-
[#KINECTONE] New chance to play with a KinectOne for Windows
Hello! Today there is no KinectSdk disclaimer, because even though the post is about KinectOne (aka Kinect for Windows v2) I will not write anything about the new SDK. Kinect product team have launched a program where they will distribute 500 new Kinect for Windows device (still in beta !) The price is $399 and… — read more
-
[#KINECTONE] HowTo: Draw a Body (aka skeleton) using #KinectSdk V2
Hello! In the last post of the series with basic stuff we can do with KinectSdk V2 and the new KinectOne today I’ll write about how we can “draw a body” or what we use to call a skeleton. As in the previous examples, we must create a Reader of the type BODYREADER, initialize it… — read more
-
[#KINECTONE] HowTo: Display the feed sensor infrared (#IR) using #KinectSDK V2
Hello! Now that I already went through the classic Body, Camera and a Depth Sensor, go with one of the most interesting new features of the SDK: infrared sensor (starting from now IR Sensor). As in the examples above, it is necessary to open a READER of the type IRReader, and then when we capture… — read more
-
[#KINECTONE] HowTo: Display the feed’s Depth Sensor with #KinectSdk V2
Hello! Today I will show how you can use the new KinectSDK v2 to consume and display depth sensor data. For this example, we will work in a WPF application with a view with an image, and it has associated with an ImageSensor property which is the sample feed sensor. The following code example shows… — read more
-
[#KINECTONE] HowTo: Capture and display the feed from the camera’s sensor with #KinectSdk v2
Hello! This week I will write a couple of posts about the Kinect SDK v2, and with these I’ll get the bases for complex examples. Today I’ll show how to use the new SDK to capture and display the feed from the camera’s sensor. The first thing we see is that we need to work… — read more
-
[#HUMOR] Kinect stuff
Hi! I finallly start my vacations time in my home land. I bring with myself the new Kinect so I’ll play a little in the next few days (if I have time of course), So let’s go with some Kinect stuff. Saludos @ Córdoba El Bruno Google — read more
-
[#VS2013] When do you have to use local or server workspaces? (one of the two: never!)
Hello! Reviewing pending stuff, I was reminded of a question I get recently: I’m using TFS, when do I have to use local workspaces or server workspaces? While the official MSDN documentation explains the different scenarios, I’m going to give my opinion to explain the following: If you have a workspace with many files, you… — read more