Ciechan / Revolved

3D modelling app for the iPad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revolved

This is the complete source code of Revolved – the 3D modelling app for the iPad that I've developed last summer.

Revolved

Why?

There were many reasons for making Revolved open-sourced – some internal, some external, but it nonetheless feels like the perfect time to share the source code with the rest of the world. I strongly believe in giving back, as I've personally learned so much from others.

Revolved is no longer under development, but I'd be more than happy if its source helped making your app better.

Features

  • OpenGL ES 2.0 based rendering integrated with UIKit
  • custom animation engine
  • a bit of private API hackery

The line drawing system has been explained in details on my blog.

License

Revolved source code is released under the BSD 3-Clause License. You're free to use/copy/rewrite whatever pieces of code you desire. However, this license does not cover the image assets – you can't reuse them in your app. While I don't care that much for the PNGs, this is intended to prevent blatant resubmission of Revolved to the AppStore without a slightest alteration.

Contact

Bartosz Ciechanowski

@BCiechanowski

About

3D modelling app for the iPad

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Objective-C 64.5%Language:C 35.3%Language:C++ 0.1%