-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathREADME
More file actions
9 lines (5 loc) · 686 Bytes
/
README
File metadata and controls
9 lines (5 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
Welcome to my GitHub repository. Most of what you'll see on here utilizes the Corona SDK from Ansca Mobile (http://www.anscamobile.com). The following projects are as follows:
* A-Star: An A* pathfinding demo. Details can be found at http://developer.anscamobile.com/code/pathfinding-demo
* Dynamic Module Loading: A sort of plugin design pattern for Corona. Details can be found at http://developer.anscamobile.com/code/dynamic-module-loading
* FlickrBrowser: A demo app that shows how to download RSS and images from Flickr and allow the user to browse them with an image slider control. Details can be found at http://developer.anscamobile.com/code/flickr-photo-browser
-Codepunk