glob3mobile / g3m

The multiplatform advanced visualization framework
http://www.glob3mobile.com/
Other
117 stars 56 forks source link

Simple using API in iOS #114

Closed WuhanMonkey closed 9 years ago

WuhanMonkey commented 9 years ago

Hello All,

I have a very simple question. I am kinda confuse on how to use the API written in C++ on iOS. In the Hello world sample, after initialize the builder, I tried builder.setPlanet(Planet.createFlatEarth()); This is actually the java code, how it should be in iOS? Should I keep using the C code syntax or should I use Obj-C syntax?

Any help would be highly appreciate. Thanks