[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[coco8] Library

The coco8 library contains the frameworks to implement coco8 derived applications under iOS and OSX.
The images for projects coco8, s8sx, poly8, etc, are built using console mode platform on desktop computers, as a batch process reading files in the library and in a "build" folder under the project's folder.

library contents

The library contain *App.js files to be included in build sets to assemble images of applications that can run in iOS or OSX.

It also contain implementation files for:
fileName
contents
category
Use system browser to read more
NSObject.stImplementation of NSObject wrapperFoundation
Foundation.stImplementation of Foundation wrappers for classes that are present in iOS and OSXFoundation
other .st filesImplementation of additional libraries CGGeometry, AVFoundation, CoreData,QuartzCore, etc

library/s8

The library/s8 folder include minimal files to run S8 environment.

library/cocoa

Contain implementation files for:
fileName
contents
category
Use system browser to read more
coco8.stAccessing and implementing objectiveC classes.
See implementation of Coco8Object, JSCocoa, JSC, Coco8Implementation
coco8
JSCocoa.stJSCocoa System Interface.
See implementation of JSCocoaController ,S8BlockAdaptor
JSCocoa

library/ios

Implementation of wrappers to classes that are present in iOS.
Including Foundation ,CGGeometry ,UIKit.

library/osx

Implementation of wrappers to classes that are present in OSX.
Including Foundation ,CGGeometry ,AppKit.