Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C
Forked from lloyd/yajl Mon Dec 14 14:41:10 -0800 2009
Last updated Mon Dec 14 15:05:57 -0800 2009
iPhone utilities mostly for Core Animation
Last updated Tue Dec 08 10:21:58 -0800 2009
Sample code for my Core Animation presentation at 360idev '09 in Denver
Last updated Wed Dec 02 15:34:11 -0800 2009
Quick screencast of the basic animations.
A presentation and training class generation and packaging tool based on rake
2 commits »
Merge branch 'master' of github.com:neror/ftutils
Fixed bug where the userInteractionEnabled property of the animating view was clobbered.
An Objective-C augmented reality kit for iPhone.
Created a default page for later editing
7 commits »
Added the FlyOut example and tweaked its timings
Added FallInOut example and tweaked the timings for fallIn/Out
Added PopInOut example and tweaked the timing of the fade part of the popIn/Out animation.
Added FadeBackgroundColorInOut example
Renamed friendlyName class method to the more descriptive displayName
Added FadeInOut example
* Added SlideInOut example
Merged upstream changes
* Tweaked the fade timings of the popIn/Out animations
Adding CNAME
6 commits »
* Incremental commit so I can create the github pages branch
* Working on documentation
* Made stopSelector delegate call conditional
* Added -all_load linker flag
* Moved FTJSON stuff out to another project
Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bonus beer theme
Updated README with FTMacros.h -> FTUtils.h filename change. More docs to come.
Updated .gitignore with another "personal" xcode project file.
* Moved animationGroupFor method to the public interface of FTAnimationManager because it can be useful on its own.
* Commented out a test assertion because I am lazy, and I don't think anyone actually uses the JSON stuff in here anyway.
* Added new perfomSelector and performSelectorIfExists methods that work with arbitrary pointers and primitive values, and are used primarily for calling delegate methods.
Fixed deprecation warnings in 3.x
Renamed FTMacros.h to the better FTUtils.h
360idev Presentation Slide Deck
Added the FTAnimationManager classes from FTUtils
* Fixed some stuff I shouldn't have chacked in the other day.
Added layer action sample