iPhone and iPad development
658.7K views | +0 today
Follow
iPhone and iPad development
Tips, Libs and more about iPhone and iPad development and ios
Curated by Vincent Demay
Your new post is loading...
Scooped by Vincent Demay
Scoop.it!

PNChart: A simple and beautiful chart lib used in Piner for iOS

PNChart: A simple and beautiful chart lib used in Piner for iOS | iPhone and iPad development | Scoop.it

PNChart - A simple and beautiful chart lib used in Piner for iOS

Vincent Demay's insight:

✔Source: https://github.com/kevinzhow/PNChart


No comment yet.
Scooped by Vincent Demay
Scoop.it!

TEAChart: Simple and intuitive iOS chart library, for the upcoming Pomotodo app. Contribution graph, clock chart, and bar chart.

TEAChart: Simple and intuitive iOS chart library, for the upcoming Pomotodo app. Contribution graph, clock chart, and bar chart. | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Source: https://github.com/xhacker/TEAChart

No comment yet.
Scooped by Vincent Demay
Scoop.it!

XYPieChart: easy-to-use animated pie chart for iOS app

XYPieChart is an simple and easy-to-use pie chart for iOS app. It started from a Potion Project which needs an animated pie graph without interaction. All animation was implemented in the drawRect: method. After played with BTSPieChart, really like its code structure, it’s clean, has well named functions, structure like a UITableView. XYPieChart rewrote the code, based on CALayers for the animation. Compared to BTSPieChart, XYPieChart is a prettier version, it has a simpler insert/delete slices algorithm, different design of slice selection, more flexible to customize.

Vincent Demay's insight:

✔Source: https://github.com/xyfeng/XYPieChart

No comment yet.
Scooped by Vincent Demay
Scoop.it!

iOSPlot - chart for iOS - coding for mobile

iOSPlot - chart for iOS - coding for mobile | iPhone and iPad development | Scoop.it
iOSPlot is a library for plotting chart in iOS. Only have time to add a pie chart now. Working on a line chart now, so that's coming soon.

✔ Sources: https://github.com/honcheng/iOSPlot
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Mac QuartzGL (2D drawing on the graphics card) performance

Mac QuartzGL (2D drawing on the graphics card) performance | iPhone and iPad development | Scoop.it
A graphics card can render 3D graphics hundreds of times faster than a CPU and graphics cards are used to accelerate compositing of windows on the desktop for a many-fold performance increase.

Despite the advantages of graphics cards in these areas, 2D geometry on the Mac is normally generated by the CPU in main memory. You can opt to have your program drawn on the graphics card instead but this option is off by default. This 2D on the graphics card drawing is named QuartzGL.

QuartzGL works by generating an an OpenGL ARB_fragment_program (pixel buffer drawing commands) and performing on the graphics card what would ordinarily be performed on the CPU.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Visualizing Data with Core-Plot « RemObjects Blogs

Visualizing Data with Core-Plot «  RemObjects Blogs | iPhone and iPad development | Scoop.it
No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)