2

"Cut the Rope" is so smooth and real life like, while some apps are very "bitmap" like. How does "Cut the Rope" do such realistic animation?

Gnemlock
  • 5,263
  • 5
  • 28
  • 58
nonopolarity
  • 207
  • 1
  • 8

1 Answers1

6

vectors are used in cut the rope. and the other games may be using bitmaps instead... like old school zelda.

Vectors you can have curve lines and such, where bitmaps are all squares. Vectors vs bitmaps

Spooks
  • 2,965
  • 1
  • 18
  • 25
  • do you know what framework Cut the Rope uses? Such as cocos2D or Box2D? – nonopolarity Apr 14 '12 at 13:02
  • @動靜能量 Cut the Rope has been developed for many different platforms (Xbox kinect, HTML5, mobile) so I am not entirely sure which framework they use for each case. But if the game can be made in HTML5 it can most likely be made in most frameworks – Spooks Apr 18 '12 at 18:49