PaaS

  • After the first two successful Cloud Accelerators held in San Francisco, it's time to go international. The next one, labeled a Cloud Accelerator Extension, is being held in the beautiful Czech city of Prague from September 13-18, 2015. This is a great opportunity to kick-start your development using Autodesk's PaaS infrastructure. Members of the ADN and Engineering teams – me included – will be on-hand to help you work through any development issues you hit while creating or honing your Autodesk Cloud API-integrated application. So come join me in Prague for a fun week of cloud-oriented development. All you need…

  • As promised yesterday, this post deals with modifying your CRX module to make it work with AutoCAD I/O. A quick reminder on what writing a CRX app means for .NET developers: we're still creating a .DLL (unlike ObjectARX developers, whose CRX modules have the .crx extension), but it can only reference AcDbMgd.dll and AcCoreMgd.dll (not AcMgd.dll). Importantly the module must be loadable – and testable – in the Core Console. The basic C# code we're going to extend is from this previous post. The real change that's required for commands to work in AutoCAD I/O is how they get user-input…

  • It's live! Our entry for the recent VR Hackathon in San Francisco has received a significant amount of spit and polish (OK, perhaps not the best mental image) over the last couple of weeks and is now ready for prime time (i.e. Beta testing ;-). Check it out at http://vrok.it! It should work well with Chrome, Firefox or Safari, although for best results I'd stick with Chrome on mobile devices. The term "vrok" is one I came up with on the trip back from San Francisco… it's a combination of an invented acronym – Virtual Reality Online Collaboration – and…

  • I wanted to post on a more in-depth topic, today, but I've been heads-down working on our project from the recent VR Hackathon, getting ready to push it live. We've made really good progress over the last few days, especially considering it's only a part-time project for Lars, Oleg and myself. We've implemented per-session support and a number of other important features (Lars has also spent some serious time re-factoring the code – it's certainly more elegant than what I'd usually crank out ;-). The code is all here, in case. Here's a quick audio-less demo, to give you a…

  • The 2nd VR Hackathon, which took place in San Francisco over the weekend, was an absolute blast. It was held at Galvanize, a co-working space about a 15-minute walk from our 1 Market Street office. The venue was great: it had plenty of space but also with a fair amount of natural light (very important for those of us getting over our jetlag). There were fewer people at this second event – inevitably, as it happened over the Memorial Day weekend – but there was nonetheless a great energy in the room. At the core of our team – which…

  • This is very cool. As Stephen Preston has reported, over on the Cloud & Mobile DevBlog, the A360 team has delivered a widget that can be embedded in web-pages and views design files – including DWG files saved from AutoCAD, of course – that are dragged & dropped onto it. Basically allowing you to view them as you would in A360, but inside any web-page. Instructions are available at 360.autodesk.com/viewer/widget, although – as Stephen notes – be sure to call adskViewerWidget.Init() with a capital "I". There are two ways to render the widget. You can either render just the drop…

  • I'm on the train to Zurich airport, where I'll hop on the direct flight to San Francisco. This evening I'm staying in San Jose, as tomorrow I'll be visiting the SVVR 2015 expo hall to do some research on the latest virtual reality technologies in advance of the coming weekend's VR Hackathon (following on from the one in October). This Hackathon is set to be really fun: while last time I ended up mostly talking with people about Autodesk and the View & Data API, demoing the Google Cardboard prototype I put together – which was also fun, especially when…

  • The title of this post is probably a bit misleading: I'm not actually going to show how this works, today, but I do intend to plot a path for addressing this topic over the coming weeks. I was spurred on by a tweet I received a couple of hours ago: @keanw Dear kean, I've been looking into AutoCAD I/O and it looks like it may only execute "scripts"; so no .NET API calls or LISP? — Cyborg (@CyborgEvilHam) May 13, 2015 The short answer to this is "yes, it's absolutely possible!". But readers of this blog are clearly interested in…

  • The countdown for Autodesk University 2015 starts with the Call for Proposals opening on April 22nd. It will remain open until May 26th. I have a few ideas for possible topics to present at this year's event… Virtual Reality using Autodesk's View & Data API Developing JavaScript applications for AutoCAD using TypeScript Processing drawings in the cloud using AutoCAD I/O They all seem to be valid topics, but we'll see if I can find the energy and motivation to submit all three. If you have an opinion on what you'd like to hear me talk about – even if you…

  • Thanks for all the interactions, yesterday. April 1st is really one of my favourite days of the year: there's lightheartedness and creative energy everywhere you look. But all good things come to an end – even if the years seem to tick by increasingly quickly – so it's time for more serious matters. Today's post shares a couple of updates related to Autodesk's burgeoning PaaS layer… Firstly, the inaugural Autodesk Cloud Accelerator turned out to be wildly successful: both for the external people who attended – there were 12 proposals selected from a pool of 50, with developers focused with…