Skip to main content

Some teasers, some free cloud space - getting ready for next semester!

This blog post is more a personal note, to share with the readers, whoever you may be, from wherever you may live.

I have a few plans that I'd like to share with you. If you comment, you have the chance of steering it a bit. After all, what's blogging just for the sake of yourself.

Unity for Architectural Visualization

I'm about to finish the last revisions for the final chapters of my upcoming book Unity for Architectural Visualization. I do hope I live up to the expectations. It will be published by Packt and they have a pre-order page ready:

ArchiCAD Summer School

Next week, I'm heading off to Cardiff (Wales) for the ArchiCAD Summer School 2013. There will be a BIM Teacher gathering, the introduction of ArchiCAD 17 (which I'm already using) and Artlantis 5 (which I'm using less, since moving more to Cinema4D, but interesting nonetheless). I will be too late for the openBIM day, alas, as I'm driving with a few friends on thursday.

BIM and collaboration

After a successful start of our collaborative exercise with students from architecture and engineering, we plan to continue this work. Last year we introduced them to quite a lot: ArchiCAD, TeamWork, Solibri Model Checker, IFC Export from ArchiCAD, IFC Import in Revit... 

I'm presenting some of the results at eCAADe 2013 in Delft (The Netherlands), 18 till 20th September.

At the same conference, I'm co-organizing a workshop on "Custom Digital Workflows" (monday morning 16th of September) and we'll try to be ready to demonstrate the use of VisTrails, alongside some custom scripts.
There is also a BIM educators workshop on tuesday morning, which I will be attending as well.

Teaching

This semester, I'll repeat most of the exercises of last, but try to complete the series of video tutorials. At least, the introduction to Grasshopper (using Rhinoceros 5), some updates for ArchiCAD 17 (I don't have time anymore to re-record the whole ArchiCAD BIM Course - maybe next year) and a few updates for Unity, based on the experience from the book (e.g. some tips on character animation and camera-switching/material-switching).

They will be published on Youtube, for free as usual:

Cloud

I've created an account on two more Cloud Service providers. If you are not registered to any of these, you can use these links to get a small bonus when signing up (both for you and me). Competition is sometimes good for end users.
  • Dropbox is well-known, but you start with a very small 2Gb and need quite some referrals to pump that up: http://db.tt/dhFofiC to gain 16Gb at most. You can get 3Gb more by allowing mobile uploads (at least once) and by using the Mailbox app on iOS, for another 1Gb.
  • SugarSync has a nice option of syncing "any" folder you want. I sometimes use it for sharing particular folders, such as the Processing Sketch folder, so I can reuse my sketches when loading Windows or when at the iMac at home:  https://www.sugarsync.com/referral?rf=cwqkfed6rnyq7
  • Box had some offers in the past to get 50 Gb for life. Still quite a lot in 2013. Maybe not so in 2050... I don't have a referral link, but I can offer co-workers (using the same domain name) the same amount: http://www.box.com
The previous three are fairly similar: start free, use referrals to increase space, web-, desktop and mobile clients. You also have the offers from Microsoft, Google and Amazon, which anybody can access.

The following are probably less known, but they have a good offer:
  • Copy is comparable to Dropbox and the others, but you start with 15GB and get 5Gb per referral: https://copy.com?r=lxfYd4
  • Shared provides a quite extensive amount of cloud space for free: 100Gb! It's completely web-based, so you'd use it differently from other providers. Their referral program provides a share of paid subscriptions https://shared.com/sign-up?ref=54097

Future?

And finally, I've submitted my CV for a fixed position, but it's an open competition, so nothing is sure at the moment. Wish me luck!


Comments

Popular posts from this blog

Improve usage of BIM during early design phases

When I was collecting ideas for a book chapter on BIM (that seemed to never have emerged after that), I collected 10 ideas, which I believe still reflect good recommendations to improve the usage of BIM during the early design phases. These ideas are related to BIM software, but you can apply them in any flavor, as long as you can model with Building Elements, Spaces and have control over representation. Introduction This article gives an overview of several recommendations and tips, to better apply BIM applications and BIM methodologies, in the context of the early design phases. Many of these tips are applicable in any BIM application and they are based on experience gathered from teaching, researching and using BIM software. Sometimes they could help software developers to improve the workflow of their particular BIM implementation. Tip 1 : Gradually increase the amount of information In the early design phases, the architect makes assumptions and lays out the main design in

Getting BIM data into Unity (Part 9 - using IfcConvert)

This is part 9 of a series of posts about getting BIM data into Unity. In this post, we’ll discuss the IfcConvert utility from the IfcOpenShell Open Source IFC Library to preprocess an IFC model for integration with Unity. This is (finally?) again a coding post, with some scripts which are shared to build upon. Conversion of IFC into Unity-friendly formats The strategy with this approach is that you preprocess the IFC-file into more manageable formats for Unity integration. Most Web-platforms do some sort of pre-processing anyway, so what you see in your browsers is almost never an IFC-file, but an optimised Mesh-based geometric representation. However, it wouldn’t be BIM-related if we’d limit ourselves to the geometry, so we will parse the model information as well, albeit using another, pre-processed file. IFC to Wavefront OBJ I used a test IFC-model and used the IfcConvert-utility converted it into OBJ en XML formats. The default way to use it is very simple:

Getting BIM data into Unity (Part 8 - Strategies to tackle IFC)

This is part 8 of a series of posts about getting BIM data into Unity. In this post, we’ll discuss IFC as a transfer format towards Unity. As with the previous post, this is not a coding post, although hints and examples are provided. Open BIM and IFC Everybody who ever met me or heard me present on a conference or BIM-lecture will not be surprised to hear that I’m a strong believer in the Industry Foundation Classes (IFC), an open standard, with already two versions published as an ISO standard, being IFC2x2 and IFC4 (but surprisingly not IFC2x3 which is widely used). In the ideal world, this would be the format to use to transfer BIM data into another environment, such as Unity. So what are our options? Looking in the Unity Asset Store Assimp is a library which supports multiple formats, including IFC. https://assetstore.unity.com/packages/tools/modeling/trilib-unity-model-loader-package-91777   I did a few attempts, but alas without any success. It is possib