You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
Kenneth Pouncey edited this page Aug 12, 2014
·
5 revisions
There are a few areas where we want to continue improving the API that has been exposed.
This documents the APIs that we are consider updating.
Work in Progress
Support for Chipmunk physics is currently in progress. This is being done through the ChipmunkSharp library.
API Changes
Events and CCApplication
Currently CocosSharp features its own event system, but this event system can in general be replaced with a C# event. We will review whether we can further simplify the API by moving to C# style events.
Evaluate CCApplicationDelegate
It is possible that we can just remove this class and replace it with events raised on the CCApplication.