Question

let's say hypothetically I wanted to create an application that manipulates Google SketchUp files. The GS (Google SketchUp) API is written in Ruby and also has another API specifically used for reading/writing .skp (SketchUp files) that is written in C++. The only problem is that this C++ API was created by the original SketchUp team (before acquisition by Google) and it is no longer being updated or maintained.

So, would anyone know if the Ruby API will allow you to create plug-ins or manipulate the .skp file structure? Or has anyone had experience with the the C++ SDK and can say with confidence that it is worth using?

Thanks.

Was it helpful?

Solution

The Ruby API can only modify the model that's open in SketchUp.

To manipulate .skp files you will have to use the C++ SDK. And the SDK is updated I believe to keep up with the formats of SketchUp as they update it. I know that there are people who use it to create exporters etc.

I think there might be more C++ SDK related discussions over at the Google Groups than at SketchUcation, but you might have some luck finding people with experience over at both sites.

http://groups.google.com/group/google-sketchup-developers?pli=1

http://forums.sketchucation.com/viewforum.php?f=180

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top