Web/Tech
-
The "call for proposals" for AU2014 is going out on April 23rd and will remain open for about a month. This is approaching quickly, so get your thinking hats on if you're considering submitting a class proposal. From my side I'm thinking about a few possible topics: Implementing a tangible user interface for AutoCAD using […]
-
It seems there's more and more support traffic from developers going through the Autodesk Community, these days – I know the ADN team has been encouraging use of the developer-centric forums, which appears to be having some effect – and the site itself has just been on the receiving end of a much-welcomed redesign. The […]
-
It's my mum that first pointed me at Coursera. Yes, that's right: my mother. That's quite an admission for a software professional to make, I'm sure you'll agree, but then my mother does spend more time listening to the radio than I do (and there's been some recent coverage of Coursera on BBC Radio 4). […]
-
I clicked on through to the Chrome Web Lab from the Google home-page, yesterday. It contains some cool "experiments" that showcase the capabilities of modern web-browsers (and presumably Google Chrome, in particular). The one that especially caught my interest was number 3, the Sketchbots experiment: The experiment starts with an uploaded photo or – and […]
-
As we reach the end of this long series of posts on moving code to the cloud – and a look at ways to use the functionality from a wide variety of applications, many of them on mobile devices – I felt it was worth putting together a quick summary post to reinforce the overall […]
-
To finish off our look at developing an HTML5-based 3D viewer for our Apollonian web-service, today's post integrates the trackball capability of the Three.js library. Many thanks to Jeff Geer for once again pointing me in the right direction on this. 🙂 The trackball capability allows you not to worry about manual implementation of 3D […]
-
In the last post, we created another, basic 3D viewer for the data from our Apollonian web-service – this time using HTML5 via Three.js. In this post, we'll extend the code to listen for keyboard events and manipulate the model according to user-input, as well as enabling feature detection of WebGL (allowing the same implementation […]
-
After looking at how to bring data from our Apollonian web-service into Unity3D, Android and iOS over the last few weeks, it seemed natural to extend this series to cover HTML. A big thanks to Jeff Geer for suggesting Three.js, which is the HTML5-based framework I ended up adopting for this project. I like Three.js […]
-
Consumption seems to be a relevant topic, coming after the long Easter weekend here in Switzerland… I was laid up with gastric flu on Monday: after having consumed large amounts of food with friends on Saturday and Sunday, I ended up eating nothing for the whole day. I managed to put the finishing touches on […]
-
After introducing the (apparently somewhat charged, judging from the comments) topic of moving application functionality to the cloud, and then looking at the steps of creating and implementing an ASP.NET Web API project, we're now going to take a brief step back before looking at how we can effectively make use of the data provided […]