BhLiveCode for Gideros and ZeroBrane Studio
This is the project folder for the Box 2d "Physics Clock" that appears in my video, 20 Minutes to Awesome. You might choose to follow along with the video, or just mess with the code. Everything is MIT licensed to feel free use how you please, although attribution would be appreciated.
This project also makes use of the new Gideros Easy initialization library pioneered by Arturs Sosins. You can get this from GitHub.
Folder Structure
This module is part of the general Bowerhaus library for Gideros mobile. There are a number of cooperating modules in this library, each with it's own Git repository. In order that the example project files will run correctly "out of the box" you should create an appropriate directory structure and clone/copy the files within it.
###/MyDocs Place your own projects in folder below here
###/MyDocs/Library Folder for library modules
###/MyDocs/Library/Bowerhaus Folder containing sub-folders for all Bowerhaus libraries
###/MyDocs/Library/Bowerhaus/BhButton ###/MyDocs/Library/Bowerhaus/BhHelpers ###/MyDocs/Library/Misc Folders for additional required libraries
###/MyDocs/Library/Bowerhaus/BhLiveCode Folder for THIS FILE