• Stars
    star
    113
  • Rank 300,489 (Top 7 %)
  • Language
    Objective-C
  • Created about 12 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fun way to display charts using balls that responds to device tilting

AcornCharts for iOS

video demo video demo

AcornCharts uses the Chipmunk Physics library. It is a fun way to show charts by drawing balls that falls down when you tilt the device.

This is just something simple I made to learn Chipmunk, but it's usable. Remember to pull the chipmunk submodule before compiling.

Features

  • 2 Options - uses ball size or quantity to show difference in data size
  • responds to device tilting

To pull to chipmunk submodule, go to the root directory of the folder and run the following

  • git submodule init
  • git submodule update

twitter.com/honcheng

More Repositories